X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=osmclient%2Fsol005%2Fk8scluster.py;h=4ac2e48224805ddb67a6ce65536a22d42886146b;hb=f6a4f77b98e5f05b74938b44bcbb2ed148e4941a;hp=0cdb08911e724d4b21e7193f4e76cc99e3a23877;hpb=557e6784c2b53311fcdf4b1ef7bb2cbd6a639cf3;p=osm%2Fosmclient.git diff --git a/osmclient/sol005/k8scluster.py b/osmclient/sol005/k8scluster.py index 0cdb089..4ac2e48 100644 --- a/osmclient/sol005/k8scluster.py +++ b/osmclient/sol005/k8scluster.py @@ -135,7 +135,7 @@ class K8scluster(object): if resp: resp = json.loads(resp) if not resp or '_id' not in resp: - raise ClientException('failed to get K8s cluster info: '.format(resp)) + raise ClientException('failed to get K8s cluster info: {}'.format(resp)) return resp except NotFound: raise NotFound("K8s cluster {} not found".format(name))