2015-09-30 05:39:06 +00:00
|
|
|
Traceback (most recent call last):
|
2017-11-09 06:54:33 +00:00
|
|
|
File "{file}", line {lineno}, in parse_arguments
|
2015-09-30 05:39:06 +00:00
|
|
|
args.timeout = int(configs.get('settings', 'timeout'))
|
|
|
|
ValueError: invalid literal for int() with base 10: 'abc'
|
|
|
|
|