From: Ward Vandewege Date: Thu, 14 Apr 2022 00:26:46 +0000 (-0400) Subject: 18995: sdk/cwl: change function argument name to avoid confusion. X-Git-Tag: 2.5.0~200^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/7a556ab282e43101c7c5cbaee534f5f3062e8878 18995: sdk/cwl: change function argument name to avoid confusion. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/sdk/cwl/arvados_cwl/arvcontainer.py b/sdk/cwl/arvados_cwl/arvcontainer.py index 8c468dd22d..e2c2f2e67b 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