Explorar o código

Bugfix for tcl command NCC method

Robert Niemöller %!s(int64=5) %!d(string=hai) anos
pai
achega
36bfcdce6f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tclCommands/TclCommandCopperClear.py

+ 2 - 2
tclCommands/TclCommandCopperClear.py

@@ -259,7 +259,7 @@ class TclCommandCopperClear(TclCommand):
                                                    margin=margin,
                                                    has_offset=has_offset,
                                                    offset=offset,
-                                                   method=method,
+                                                   method=method_data,
                                                    outname=outname,
                                                    connect=connect,
                                                    contour=contour,
@@ -290,7 +290,7 @@ class TclCommandCopperClear(TclCommand):
                                                    margin=margin,
                                                    has_offset=has_offset,
                                                    offset=offset,
-                                                   method=method,
+                                                   method=method_data,
                                                    outname=outname,
                                                    connect=connect,
                                                    contour=contour,