X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fk8s_helm_conn.py;h=9ce992f9163f1dca0f9134e62fb7422e7651a835;hp=7ad116692f008546683d252824061712fb280ef9;hb=1ac78b3b0c1440f4c69834387c7ceafdff27ac28;hpb=68eb809576112cf59add5f62f87e99b07c3ac17a 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: