default args to None

This commit is contained in:
David Goodger 2006-03-28 01:35:11 +00:00
parent d9e8adefa6
commit 0fa66025fa
1 changed files with 1 additions and 1 deletions

View File

@ -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: