We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c92966 commit acc53dcCopy full SHA for acc53dc
libtmux/test.py
@@ -39,10 +39,10 @@ def retry(seconds=RETRY_TIMEOUT_SECONDS):
39
--------
40
41
>>> while retry():
42
- ... p = w.attached_pane
43
- ... p.server._update_panes()
44
- ... if p.current_path == pane_path:
45
- ... break
+ ... p = w.attached_pane
+ ... p.server._update_panes()
+ ... if p.current_path == pane_path:
+ ... break
46
"""
47
return (lambda: time.time() < time.time() + seconds)()
48
0 commit comments