mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #1893 from kernc/fix-1891
Don't fail if --fatal not provided
This commit is contained in:
commit
985840178a
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