Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 2ea29cc

Browse files
authored
Merge pull request #10 from wtsi-hgi/glob-default
Change default for glob to None from False
2 parents 841b7f1 + e379805 commit 2ea29cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwlgen/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class CommandOutputBinding(object):
293293
Describes how to generate an output parameter based on the files produced.
294294
'''
295295

296-
def __init__(self, glob=False, load_contents=False, output_eval=None):
296+
def __init__(self, glob=None, load_contents=False, output_eval=None):
297297
'''
298298
:param glob: Find corresponding file(s)
299299
:type glob: STRING

0 commit comments

Comments
 (0)