Selaa lähdekoodia

Bugfix for tcl command NCC method

Robert Niemöller 5 vuotta sitten
vanhempi
commit
36bfcdce6f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      tclCommands/TclCommandCopperClear.py

+ 2 - 2
tclCommands/TclCommandCopperClear.py

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