19280: what are we scanning here actually
[arvados.git] / 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: