X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fsol005%2Frepo.py;h=cc82402337c2f86f63c989dcf04414a336103919;hb=refs%2Fchanges%2F15%2F8915%2F1;hp=7a313970c05f3b8a7d389a43c93938354e9ac124;hpb=bd39b09580560307a1ac23be4984783d1bea9238;p=osm%2Fosmclient.git diff --git a/osmclient/sol005/repo.py b/osmclient/sol005/repo.py index 7a31397..cc82402 100644 --- a/osmclient/sol005/repo.py +++ b/osmclient/sol005/repo.py @@ -129,7 +129,7 @@ class Repo(object): if resp: resp = json.loads(resp) if not resp or '_id' not in resp: - raise ClientException('failed to get repo info: '.format(resp)) + raise ClientException('failed to get repo info: {}'.format(resp)) return resp except NotFound: raise NotFound("Repo {} not found".format(name))