default args to None
This commit is contained in:
parent
d9e8adefa6
commit
0fa66025fa
|
@ -485,7 +485,7 @@ def pep_type_error(inpath, pep_type):
|
|||
sys.stdout.flush()
|
||||
|
||||
|
||||
def build_peps(args):
|
||||
def build_peps(args=None):
|
||||
if args:
|
||||
filenames = pep_filename_generator(args)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue