| commit | dd0cdee63d1ce9441e7e3076e3a301304cf9b4cd | [log] [tgz] |
|---|---|---|
| author | lloretgalleg <illoret@indra.es> | Wed Feb 26 10:00:16 2020 +0100 |
| committer | lloretgalleg <illoret@indra.es> | Wed Feb 26 10:03:42 2020 +0100 |
| tree | a705005ae245d12bea6d6ce2db60d691604de921 | |
| parent | 68eb809576112cf59add5f62f87e99b07c3ac17a [diff] |
Fixed issue canceling status task Change-Id: I29d842351f23f0464bc230e8b97dacf24edff0bd Signed-off-by: lloretgalleg <illoret@indra.es>
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 @@ return output, return_code + except asyncio.CancelledError: + raise except K8sException: raise except Exception as e: