You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# make sure this doesn't add listing items; if shallow_listing is
4399
+
# selected, it will discover dirs one deep and then again later on
4400
+
# (when the cwltool builder gets constructed from the job in the
4401
+
# CommandLineTool's job() method,
4402
+
# see https://github.com/common-workflow-language/cwltool/blob/9cda157cb4380e9d30dec29f0452c56d0c10d064/cwltool/command_line_tool.py#L951),
4403
+
# producing 2+ deep listings instead of only 1.
4404
+
# ExpressionTool also uses a builder, see https://github.com/common-workflow-language/cwltool/blob/9cda157cb4380e9d30dec29f0452c56d0c10d064/cwltool/command_line_tool.py#L207
4405
+
# Workflows don't need this because they don't go through CommandLineTool or ExpressionTool
4406
+
builder.loadListing="no_listing"
4399
4407
4400
4408
# make sure this doesn't add listing items; if shallow_listing is
4401
4409
# selected, it will discover dirs one deep and then again later on
0 commit comments