[ARVADOS] updated: 2.1.0-2311-g7a556ab28

Git user git at public.arvados.org
Thu Apr 14 00:28:02 UTC 2022


Summary of changes:
 sdk/cwl/arvados_cwl/arvcontainer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  7a556ab282e43101c7c5cbaee534f5f3062e8878 (commit)
      from  b3919687f18582ccff1a6316846dcb04d9b5f989 (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 7a556ab282e43101c7c5cbaee534f5f3062e8878
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Apr 13 20:26:46 2022 -0400

    18995: sdk/cwl: change function argument name to avoid confusion.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/sdk/cwl/arvados_cwl/arvcontainer.py b/sdk/cwl/arvados_cwl/arvcontainer.py
index 8c468dd22..e2c2f2e67 100644
--- a/sdk/cwl/arvados_cwl/arvcontainer.py
+++ b/sdk/cwl/arvados_cwl/arvcontainer.py
@@ -63,7 +63,7 @@ class ArvadosContainer(JobBase):
         env["TMPDIR"] = self.tmpdir
         return env
 
-    def run(self, runtimeContext):
+    def run(self, toplevelRuntimeContext):
         # ArvadosCommandTool subclasses from cwltool.CommandLineTool,
         # which calls makeJobRunner() to get a new ArvadosContainer
         # object.  The fields that define execution such as

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list