mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 02:17:03 +00:00
Fix config format crash
This commit is contained in:
parent
b5da109e7f
commit
c90dbb25b9
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ def parse_cmdline(oc, disabled, args=None):
|
|||
def options_spec():
|
||||
if not hasattr(options_spec, 'ans'):
|
||||
options_spec.ans = OPTIONS.format(
|
||||
appname=appname, config_help=CONFIG_HELP.format(conf_name=appname),
|
||||
appname=appname, config_help=CONFIG_HELP.format(appname=appname, conf_name=appname),
|
||||
window_layout_choices=', '.join(all_layouts)
|
||||
)
|
||||
return options_spec.ans
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue