- typo fixed in Copper Thieving Tool (due of recent changes)

This commit is contained in:
Marius Stanciu
2020-10-31 01:40:56 +02:00
parent 0774f8d643
commit 4712d6c5b2
2 changed files with 2 additions and 1 deletions

View File

@@ -875,7 +875,7 @@ class ToolCopperThieving(AppTool):
app_obj.app.proc_container.update_view_text(' %s' % _("Append source file"))
# update the source file with the new geometry:
app_obj.grb_object.source_file = app_obj.f_handlers.export_gerber(
app_obj.grb_object.source_file = app_obj.app.f_handlers.export_gerber(
obj_name=app_obj.grb_object.options['name'], filename=None, local_use=app_obj.grb_object,
use_thread=False)
app_obj.app.proc_container.update_view_text(' %s' % '')