From a3c49f090d31398e5004c502071c061137874a4e Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Tue, 26 Sep 2017 10:51:12 +0200 Subject: remove another help() --- fix-pcb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fix-pcb.py') diff --git a/fix-pcb.py b/fix-pcb.py index 1b13205..fb75dc9 100755 --- a/fix-pcb.py +++ b/fix-pcb.py @@ -83,7 +83,7 @@ def layer_zone_fixes(board, layer, clearance=0.15, min_width=0.05, thermal=0.5, # print('Not changing drill {} to {}'.format(this.GetDrill(), to_)) def change_netclass_drill_size(board, from_, to_): - help(board.GetDesignSettings()) + #help(board.GetDesignSettings()) names = board.GetAllNetClasses() for name, net in names.iterator(): if net.GetViaDrill() == int(from_ * 1000000): -- cgit v1.2.3