From 36bfcdce6fc7965782eb4e1dda409ba628542dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Niem=C3=B6ller?= Date: Sat, 7 Nov 2020 23:13:20 +0100 Subject: [PATCH] Bugfix for tcl command NCC method --- tclCommands/TclCommandCopperClear.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tclCommands/TclCommandCopperClear.py b/tclCommands/TclCommandCopperClear.py index 94529d6f..6e0ad3c8 100644 --- a/tclCommands/TclCommandCopperClear.py +++ b/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,