Skip to content

Commit 4c39391

Browse files
authored
update get_from_requirements type signature
1 parent dc80a77 commit 4c39391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def get_image(dockerRequirement, pull_image, dry_run=False, force_pull=False):
120120
return found
121121

122122
def get_from_requirements(self, r, req, pull_image, dry_run=False, force_pull=False):
123-
# type: (Dict[Text, Text], bool, bool, bool) -> Text
123+
# type: (Dict[Text, Text], bool, bool, bool, bool) -> Text
124124
if r:
125125
errmsg = None
126126
try:

0 commit comments

Comments
 (0)