Skip to content

Commit 9dc399e

Browse files
committed
!squash fix window
1 parent a254123 commit 9dc399e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def split_window(
500500
if target:
501501
tmux_args += ("-t%s" % target,)
502502
else:
503-
tmux_args += ("-t%s" % self.panes[0].get("pane_id"),)
503+
tmux_args += ("-t%s" % self.panes[0].pane_id,)
504504

505505
if vertical:
506506
tmux_args += ("-v",)

0 commit comments

Comments
 (0)