Skip to content

Commit 2e6ba5d

Browse files
committed
loadListing is on outputBinding, not schema.
1 parent 7eb155a commit 2e6ba5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/command_line_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ def collect_output(
12141214
rfile = files.copy()
12151215
revmap(rfile)
12161216
if files["class"] == "Directory":
1217-
ll = schema.get("loadListing") or builder.loadListing
1217+
ll = binding.get("loadListing") or builder.loadListing
12181218
if ll and ll != "no_listing":
12191219
get_listing(fs_access, files, (ll == "deep_listing"))
12201220
else:

0 commit comments

Comments
 (0)