Skip to content

Commit ed49b5b

Browse files
authored
add default value for find_default_container
1 parent f7f2279 commit ed49b5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cwltool/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,8 @@ def main(argsl=None, # type: List[str]
660660
'relax_path_checks': False,
661661
'validate': False,
662662
'enable_ga4gh_tool_registry': False,
663-
'ga4gh_tool_registries': []
663+
'ga4gh_tool_registries': [],
664+
'find_default_container': None
664665
}.iteritems():
665666
if not hasattr(args, k):
666667
setattr(args, k, v)

0 commit comments

Comments
 (0)