From 2fdb9c8541e96756604439f604b82a68e747a35a Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 2 Aug 2022 11:51:53 -0400 Subject: [PATCH] 19280: what are we scanning here actually Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/arvados_cwl/runner.py | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.30.2