fix for a bug reported by black zero (ValueError: invalid literal for int() with base 10: '1-20')

This commit is contained in:
Miroslav Stampar 2010-12-12 23:59:55 +00:00
parent 33639578ee
commit d56f47d530

View File

@ -77,7 +77,7 @@ optDict = {
"Techniques": {
"timeSec": "integer",
"unionTest": "boolean",
"uCols": "integer",
"uCols": "string",
"uChar": "string"
},