Fix panelize excellon object type

This commit is contained in:
Peter Nitschneider 2021-02-21 11:28:06 +01:00
parent 19561cb936
commit 7c40afc094
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ class Panelize(AppTool):
obj_fin.zeros = panel_source_obj.zeros
obj_fin.units = panel_source_obj.units
app_obj.inform.emit('%s' % _("Generating panel ... Adding the source code."))
obj_fin.source_file = self.app.export.export_excellon(obj_name=self.outname, filename=None,
obj_fin.source_file = self.app.f_handlers.export_excellon(obj_name=self.outname, filename=None,
local_use=obj_fin, use_thread=False)
app_obj.proc_container.update_view_text('')