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

Commit e379805

Browse files
committed
Change default for glob to None from False
1 parent 39a8e51 commit e379805

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
@@ -279,7 +279,7 @@ class CommandOutputBinding(object):
279279
Describes how to generate an output parameter based on the files produced.
280280
'''
281281

282-
def __init__(self, glob=False, load_contents=False, output_eval=None):
282+
def __init__(self, glob=None, load_contents=False, output_eval=None):
283283
'''
284284
:param glob: Find corresponding file(s)
285285
:type glob: STRING

0 commit comments

Comments
 (0)