Add other possible exception when parsing config
This commit is contained in:
parent
be8669d549
commit
1f50fe0c1b
@ -123,6 +123,9 @@ class RestAuthProvider(object):
|
||||
except TypeError:
|
||||
# we don't care
|
||||
pass
|
||||
except KeyError:
|
||||
# we don't care
|
||||
pass
|
||||
|
||||
return rest_config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user