18995: sdk/cwl: change function argument name to avoid confusion.
authorWard Vandewege <ward@curii.com>
Thu, 14 Apr 2022 00:26:46 +0000 (20:26 -0400)
committerWard Vandewege <ward@curii.com>
Thu, 14 Apr 2022 00:26:46 +0000 (20:26 -0400)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

sdk/cwl/arvados_cwl/arvcontainer.py

index 8c468dd22d09046bdff1b1f2152197ebdbe5c3ed..e2c2f2e67bfef0b7b1bcd0f09f8cd1d212639f78 100644 (file)
@@ -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