forked from github/pelican
Don't fail if --fatal not provided
Fixes https://github.com/getpelican/pelican/issues/1891
This commit is contained in:
parent
3437592c48
commit
d7407eabab
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ def parse_arguments():
|
|||
help='Comma separated list of selected paths to write')
|
||||
|
||||
parser.add_argument('--fatal', metavar='errors|warnings',
|
||||
choices=('errors', 'warnings'),
|
||||
choices=('errors', 'warnings'), default='',
|
||||
help=('Exit the program with non-zero status if any '
|
||||
'errors/warnings encountered.'))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue