Browse Source

Bugfix for tcl command NCC method

Robert Niemöller 5 years ago
parent
commit
36bfcdce6f
1 changed files with 2 additions and 2 deletions
  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,