We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274e437 commit 008f4d8Copy full SHA for 008f4d8
cwltool/main.py
@@ -849,6 +849,8 @@ def remove_at_id(doc): # type: (MutableMapping[Text, Any]) -> None
849
if isinstance(entry, MutableMapping):
850
remove_at_id(entry)
851
remove_at_id(out)
852
+ visit_class(out, ("File",), functools.partial(
853
+ add_sizes, runtimeContext.make_fs_access('')))
854
855
def loc_to_path(obj): # type: (Dict[Text, Any]) -> None
856
for field in ("path", "nameext", "nameroot", "dirname"):
0 commit comments