Misc fixes to TCL glue

This commit is contained in:
Eric Varsanyi
2019-11-18 11:45:40 -06:00
parent 9a46f3045e
commit b13d238070
5 changed files with 5 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ class TclCommandCutout(TclCommand):
if 'gaps' in args:
gaps_par = args['gaps']
else:
gaps_par = 4
gaps_par = "4"
if 'gapsize' in args:
gapsize_par = args['gapsize']