mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Forgot to specify the default for --extra-logging
This commit is contained in:
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.'
|
||||||
|
|||||||
Reference in New Issue
Block a user