19070: Prefer to use the passed-in runtimeContext
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 11 May 2022 21:19:51 +0000 (17:19 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 11 May 2022 21:27:13 +0000 (17:27 -0400)
commit9ca1b9f63b0fdaac45d04393e413cbc0b7f16d88
tree5355c0c843415ff0820eeb9f5a7ce383b563de62
parentdec2837a7cb9d6c0538e7a4b699fd08435e8353a
19070: Prefer to use the passed-in runtimeContext

Code cleanup, change most places to use the passed-in runtimeContext
instead of the ArvRunner top level runtimeContext.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
sdk/cwl/arvados_cwl/__init__.py
sdk/cwl/arvados_cwl/arvcontainer.py
sdk/cwl/arvados_cwl/arvworkflow.py
sdk/cwl/arvados_cwl/executor.py
sdk/cwl/arvados_cwl/runner.py
sdk/cwl/tests/test_submit.py