Fixed issue canceling status task 35/8635/1
authorlloretgalleg <illoret@indra.es>
Wed, 26 Feb 2020 09:00:16 +0000 (10:00 +0100)
committerlloretgalleg <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

index 7ad1166..9ce992f 100644 (file)
@@ -1121,6 +1121,8 @@ class K8sHelmConnector(K8sConnector):
 
             return output, return_code
 
+        except asyncio.CancelledError:
+            raise
         except K8sException:
             raise
         except Exception as e: