projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68eb809
)
Fixed issue canceling status task
35/8635/1
author
lloretgalleg
<illoret@indra.es>
Wed, 26 Feb 2020 09:00:16 +0000
(10:00 +0100)
committer
lloretgalleg
<illoret@indra.es>
Wed, 26 Feb 2020 09:03:42 +0000
(10:03 +0100)
Change-Id: I29d842351f23f0464bc230e8b97dacf24edff0bd
Signed-off-by: lloretgalleg <illoret@indra.es>
n2vc/k8s_helm_conn.py
patch
|
blob
|
history
diff --git
a/n2vc/k8s_helm_conn.py
b/n2vc/k8s_helm_conn.py
index
7ad1166
..
9ce992f
100644
(file)
--- 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: