mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Fix #211
This commit is contained in:
@@ -206,6 +206,7 @@ def to_layout_names(raw):
|
|||||||
for p in parts:
|
for p in parts:
|
||||||
if p not in all_layouts:
|
if p not in all_layouts:
|
||||||
raise ValueError('The window layout {} is unknown'.format(p))
|
raise ValueError('The window layout {} is unknown'.format(p))
|
||||||
|
return parts
|
||||||
|
|
||||||
|
|
||||||
def positive_int(x):
|
def positive_int(x):
|
||||||
|
|||||||
Reference in New Issue
Block a user