6 lines
198 B
Text
6 lines
198 B
Text
|
Traceback (most recent call last):
|
||
|
File "{file}", line 228, in parseArguments
|
||
|
args.timeout = int(configs.get('settings', 'timeout'))
|
||
|
ValueError: invalid literal for int() with base 10: 'abc'
|
||
|
|