Skip to content

Commit 427cf75

Browse files
author
Peter Amstutz
committed
Fix mypy signature.
1 parent d59cdbd commit 427cf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/job.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def deref_links(outputs): # type: (Any) -> None
9999
deref_links(v)
100100

101101
def relink_initialworkdir(pathmapper, host_outdir, container_outdir, inplace_update=False):
102-
# type: (PathMapper, bool) -> None
102+
# type: (PathMapper, Text, Text, bool) -> None
103103
for src, vol in pathmapper.items():
104104
if not vol.staged:
105105
continue

0 commit comments

Comments
 (0)