From: Peter Amstutz Date: Tue, 2 Aug 2022 15:51:53 +0000 (-0400) Subject: 19280: what are we scanning here actually X-Git-Tag: 2.5.0~103^2~5 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/2fdb9c8541e96756604439f604b82a68e747a35a 19280: what are we scanning here actually Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/arvados_cwl/runner.py b/sdk/cwl/arvados_cwl/runner.py index 6db7dfb2e3..e81f621750 100644 --- a/sdk/cwl/arvados_cwl/runner.py +++ b/sdk/cwl/arvados_cwl/runner.py @@ -932,6 +932,10 @@ def scandeps( """ + if do_normalize: + import pprint + pprint.pprint(doc) + r: Optional[MutableSequence[CWLObjectType]] = None if isinstance(doc, MutableMapping): if "id" in doc: