1
0
Fork 0
forked from github/pelican

delete output directory properly

This commit is contained in:
dave mankoff 2013-02-09 18:01:40 -05:00 committed by Alexis Métaireau
commit 44351aaf31

View file

@ -224,7 +224,9 @@ def parse_arguments():
parser.add_argument('-d', '--delete-output-directory',
dest='delete_outputdir',
action='store_true', help='Delete the output directory.')
action='store_true',
default=None,
help='Delete the output directory.')
parser.add_argument('-v', '--verbose', action='store_const',
const=logging.INFO, dest='verbosity',