Add other possible exception when parsing config

This commit is contained in:
Maxime Dor 2017-09-26 20:51:18 +02:00
parent be8669d549
commit 1f50fe0c1b

View File

@ -123,6 +123,9 @@ class RestAuthProvider(object):
except TypeError:
# we don't care
pass
except KeyError:
# we don't care
pass
return rest_config