Skip to content

Commit fb0e9d9

Browse files
committed
update type for run
1 parent 4839d36 commit fb0e9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def run(self, pull_image=True, rm_container=True,
367367
record_container_id=False, cidfile_dir="/tmp/",
368368
cidfile_prefix="",
369369
rm_tmpdir=True, move_outputs="move", **kwargs):
370-
# type: (bool, bool, bool, Text, **Any) -> None
370+
# type: (bool, bool, bool, Text, Text, bool, Text, **Any) -> None
371371

372372
(docker_req, docker_is_req) = get_feature(self, "DockerRequirement")
373373

0 commit comments

Comments
 (0)