19280: what are we scanning here actually
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 2 Aug 2022 15:51:53 +0000 (11:51 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 2 Aug 2022 15:51:53 +0000 (11:51 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/arvados_cwl/runner.py

index 6db7dfb2e362c705c26c4d8bcfcda854e5b0cbf9..e81f621750c8e2f8c7c310918b8f0725a68df9db 100644 (file)
@@ -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: