8000 Remove pane index assertion by tony · Pull Request #181 · tmux-python/tmuxp · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension 8000


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==3.0.2 # updated from 2.9.2
pytest==3.0.3 # updated from 3.0.2
pytest-rerunfailures==2.0.1 # updated from 2.0.0
1 change: 0 additions & 1 deletion tmuxp/workspacebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def get_pane_start_directory():
)

assert(isinstance(p, Pane))
assert(int(p.index) == int(pindex))
if 'layout' in wconf:
w.select_layout(wconf['layout'])

Expand Down
0