From: israelad Date: Wed, 26 Feb 2020 18:45:53 +0000 (+0100) Subject: Merge "Bug 1000: Fix authentication when deleting service" X-Git-Tag: release-v8.0-start~31 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=5f8f97d44884429210c04c16cd647c9bf2a22c28;hp=4d193dc97be946877fc9b033e5d267b103a7cc45 Merge "Bug 1000: Fix authentication when deleting service" --- diff --git a/n2vc/k8s_helm_conn.py b/n2vc/k8s_helm_conn.py index 7ad1166..9ce992f 100644 --- a/n2vc/k8s_helm_conn.py +++ b/n2vc/k8s_helm_conn.py @@ -1121,6 +1121,8 @@ class K8sHelmConnector(K8sConnector): return output, return_code + except asyncio.CancelledError: + raise except K8sException: raise except Exception as e: