X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fsol005%2Fwim.py;h=5da3941fd065899fc4da9e5ed3566f0654fe11de;hb=c391f296f052a1a924f12d76fc6b2f5ba61e28bf;hp=0ba8ab4279bfc1effb8d6908a64d61abc4dcb92b;hpb=bea7283d41dfaeb0eac8f940234dff9ae39e653b;p=osm%2Fosmclient.git diff --git a/osmclient/sol005/wim.py b/osmclient/sol005/wim.py index 0ba8ab4..5da3941 100644 --- a/osmclient/sol005/wim.py +++ b/osmclient/sol005/wim.py @@ -236,7 +236,7 @@ class Wim(object): if resp: resp = json.loads(resp) if not resp or '_id' not in resp: - raise ClientException('failed to get wim info: '.format(resp)) + raise ClientException('failed to get wim info: {}'.format(resp)) return resp except NotFound: raise NotFound("wim '{}' not found".format(name))