[arvados] updated: 2.1.0-2883-g26f7d044f
git repository hosting
git at public.arvados.org
Thu Sep 8 20:50:16 UTC 2022
Summary of changes:
sdk/cwl/arvados_cwl/executor.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 26f7d044fee19380875dbe21885d27be920d34f0 (commit)
from 07ff7264dc3ff32c8edf08e5e6827ff7f1f48cf7 (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 26f7d044fee19380875dbe21885d27be920d34f0
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Sep 8 16:49:35 2022 -0400
19464: Fix assignment
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py
index dbbea9f4e..07e574e1f 100644
--- a/sdk/cwl/arvados_cwl/executor.py
+++ b/sdk/cwl/arvados_cwl/executor.py
@@ -559,7 +559,7 @@ The 'jobs' API is no longer supported.
"http://arvados.org/cwl#gitOrigin",
"http://arvados.org/cwl#gitStatus"):
if g in tool.metadata:
- gitproperties = tool.metadata[g]
+ gitproperties[g] = tool.metadata[g]
return gitproperties
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list