mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Fix #211
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user