Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d56f47d

Browse files
committed
fix for a bug reported by black zero (ValueError: invalid literal for int() with base 10: '1-20')
1 parent 3363957 commit d56f47d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/optiondict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"Techniques": {
7878
"timeSec": "integer",
7979
"unionTest": "boolean",
80-
"uCols": "integer",
80+
"uCols": "string",
8181
"uChar": "string"
8282
},
8383

0 commit comments

Comments
 (0)