fix tests
This commit is contained in:
parent
be512b0196
commit
caafe3dcb6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
Traceback (most recent call last):
|
Traceback (most recent call last):
|
||||||
File "{file}", line 228, in parseArguments
|
File "{file}", line 229, in parseArguments
|
||||||
args.timeout = int(configs.get('settings', 'timeout'))
|
args.timeout = int(configs.get('settings', 'timeout'))
|
||||||
ValueError: invalid literal for int() with base 10: 'abc'
|
ValueError: invalid literal for int() with base 10: 'abc'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue