Forgot to specify the default for --extra-logging
This commit is contained in:
parent
0987a536b1
commit
8b56f1ced6
1
setup.py
1
setup.py
@ -848,6 +848,7 @@ def option_parser(): # {{{
|
|||||||
p.add_argument(
|
p.add_argument(
|
||||||
'--extra-logging',
|
'--extra-logging',
|
||||||
action='append',
|
action='append',
|
||||||
|
default=[],
|
||||||
choices=('event-loop',),
|
choices=('event-loop',),
|
||||||
help='Turn on extra logging for debugging in this build. Can be specified multiple times, to turn'
|
help='Turn on extra logging for debugging in this build. Can be specified multiple times, to turn'
|
||||||
'on different types of logging.'
|
'on different types of logging.'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user