X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fsol005%2Fclient.py;h=a69f3ccbea1ef7d8d274b2d5b696cffd67d0ec99;hb=55d761f76934a69d22b75b633cc50c73f4651fda;hp=b6f12b375024fce3e1e878499e04b7780c562135;hpb=2c087a32de17a0f5f386bab6513df2e3847ba3da;p=osm%2Fosmclient.git diff --git a/osmclient/sol005/client.py b/osmclient/sol005/client.py index b6f12b3..a69f3cc 100644 --- a/osmclient/sol005/client.py +++ b/osmclient/sol005/client.py @@ -131,7 +131,9 @@ class Client(object): token = json.loads(resp) if resp else None if token.get("message") == "change_password" and not pwd_change: - raise ClientException("Password Expired. Please update the password using change_password option") + raise ClientException( + "Password Expired. Please update the password using change_password option" + ) self._token = token["id"] if self._token is not None: