Steve Piercy
2016-12-06 8d6301820dd4f13d2ab0424764d6969a8508b2a8
make output_directory optional for argparse
1 files modified
2 ■■■■■ changed files
pyramid/scripts/pcreate.py 2 ●●●●● patch | view | raw | blame | history
pyramid/scripts/pcreate.py
@@ -80,6 +80,8 @@
                             'is the name of an already existing / importable '
                             'package.')
    parser.add_argument('output_directory',
                        nargs = '?',
                        default = None,
                        help='The directory where the project will be '
                             'created.')