Skip to content

Commit 8b56f1c

Browse files
committed
Forgot to specify the default for --extra-logging
1 parent 0987a53 commit 8b56f1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,7 @@ def option_parser(): # {{{
848848
p.add_argument(
849849
'--extra-logging',
850850
action='append',
851+
default=[],
851852
choices=('event-loop',),
852853
help='Turn on extra logging for debugging in this build. Can be specified multiple times, to turn'
853854
'on different types of logging.'

0 commit comments

Comments
 (0)