mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Fix default printing for --exclude help text
This commit is contained in:
parent
89c9ec795e
commit
2fcb222ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def register_default_options(option_manager):
|
|||
comma_separated_list=True, parse_from_config=True,
|
||||
normalize_paths=True,
|
||||
help='Comma-separated list of files or directories to exclude.'
|
||||
'(Default: %default)',
|
||||
' (Default: %default)',
|
||||
)
|
||||
|
||||
add_option(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue