[arvados] updated: 2.6.0-245-g7559642ef
git repository hosting
git at public.arvados.org
Wed Jun 7 17:49:45 UTC 2023
Summary of changes:
sdk/cwl/arvados_cwl/arvcontainer.py | 1 +
1 file changed, 1 insertion(+)
via 7559642efc91415ff3d13a8076867cf73de662b2 (commit)
from cc1c83c261d289c7fa049637f8ae1fabe352059c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7559642efc91415ff3d13a8076867cf73de662b2
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Jun 5 18:10:07 2023 -0400
Initialize rcode variable, refs #20611
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/arvados_cwl/arvcontainer.py b/sdk/cwl/arvados_cwl/arvcontainer.py
index 6180a4c62..a94fdac52 100644
--- a/sdk/cwl/arvados_cwl/arvcontainer.py
+++ b/sdk/cwl/arvados_cwl/arvcontainer.py
@@ -459,6 +459,7 @@ class ArvadosContainer(JobBase):
def done(self, record):
outputs = {}
retried = False
+ rcode = None
try:
container = self.arvrunner.api.containers().get(
uuid=record["container_uuid"]
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list