Skip to content

Commit eaba3cf

Browse files
committed
Fix windows_for_payload
1 parent ec31a34 commit eaba3cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kitty/cmds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def windows_for_payload(boss, window, payload):
9393
raise MatchError(payload['match_tab'], 'tabs')
9494
for tab in tabs:
9595
windows += tuple(tab)
96+
return windows
9697

9798

9899
# ls {{{

0 commit comments

Comments
 (0)