- minor change

This commit is contained in:
Marius Stanciu
2020-11-15 22:11:00 +02:00
committed by Marius
parent 39c585e907
commit 883c41658e

View File

@@ -5350,7 +5350,6 @@ class App(QtCore.QObject):
app_obj.debug("on_copy_command() --> no excellon tools") app_obj.debug("on_copy_command() --> no excellon tools")
return 'fail' return 'fail'
def initialize_script(new_obj, app_obj): def initialize_script(new_obj, app_obj):
new_obj.source_file = deepcopy(obj.source_file) new_obj.source_file = deepcopy(obj.source_file)