Skip to content

Commit 72b37ad

Browse files
GlassOfWhiskeymr-c
andauthored
Update cwltool/command_line_tool.py
Co-authored-by: Michael R. Crusoe <1330696+mr-c@users.noreply.github.com>
1 parent e1cbce7 commit 72b37ad

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
@@ -1258,7 +1258,7 @@ def collect_output_ports(
12581258
if compute_checksum:
12591259
adjustFileObjs(ret, partial(compute_checksums, fs_access))
12601260
expected_schema = cast(RecordSchema, self.names.get_name("outputs_record_schema", None))
1261-
for k in list(ret.keys()):
1261+
for k in ret:
12621262
found = False
12631263
for field in expected_schema.fields:
12641264
if k == field.name:

0 commit comments

Comments
 (0)