X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fsol005%2Fk8scluster.py;h=4ac2e48224805ddb67a6ce65536a22d42886146b;hb=7b998bd22a0c86d50ea0fd45cf942e31d4a1f45f;hp=0cdb08911e724d4b21e7193f4e76cc99e3a23877;hpb=bd39b09580560307a1ac23be4984783d1bea9238;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))