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 3d20762 commit 545e607Copy full SHA for 545e607
libtmux/server.py
@@ -130,7 +130,7 @@ def _list_sessions(self):
130
tmux_formats = ['#{%s}' % format for format in sformats]
131
sessions = proc.stdout
132
133
- # combine format keys with values returned from ``tmux list-windows``
+ # combine format keys with values returned from ``tmux list-sessions``
134
sessions = [dict(zip(
135
sformats, session.split('\t'))) for session in sessions]
136
0 commit comments