Commit 557784a
committed
fix(Session.attach): Remove refresh() call that fails after session killed
why: attach-session is a blocking interactive command where session state
can change arbitrarily during attachment, including being killed entirely.
Calling refresh() after such a command is semantically incorrect.
what:
- Remove self.refresh() call from Session.attach()
Fixes: tmux-python/tmuxp#10021 parent 3415a70 commit 557784a
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
333 | | - | |
334 | 332 | | |
335 | 333 | | |
336 | 334 | | |
| |||
0 commit comments