From 7a556ab282e43101c7c5cbaee534f5f3062e8878 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 13 Apr 2022 20:26:46 -0400 Subject: [PATCH] 18995: sdk/cwl: change function argument name to avoid confusion. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- sdk/cwl/arvados_cwl/arvcontainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2