accept 201 or 202 response codes as success from api

This commit is contained in:
Alan Hamlett 2016-01-11 02:13:58 -08:00
parent 88e253d164
commit 85cecd6280
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
Traceback (most recent call last):
File "{file}", line 229, in parseArguments
File "{file}", line 230, in parseArguments
args.timeout = int(configs.get('settings', 'timeout'))
ValueError: invalid literal for int() with base 10: 'abc'