mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-10 09:43:26 +00:00
Fix #211
This commit is contained in:
parent
d12063daad
commit
70f71e8ada
1 changed files with 1 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ def to_layout_names(raw):
|
|||
for p in parts:
|
||||
if p not in all_layouts:
|
||||
raise ValueError('The window layout {} is unknown'.format(p))
|
||||
return parts
|
||||
|
||||
|
||||
def positive_int(x):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue