18995: sdk/cwl: change function argument name to avoid confusion.
[arvados.git] / 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