Skip to content

Commit 72da62f

Browse files
committed
CLIENT_FORMATS from tmuxp.formats package
1 parent c18ca84 commit 72da62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def list_clients(self):
255255
256256
``$ tmux list-clients``
257257
'''
258-
cformats = CLIENT_FORMATS
258+
cformats = formats.CLIENT_FORMATS
259259
tmux_formats = ['#{%s}' % format for format in cformats]
260260
# import ipdb
261261
# ipdb.set_trace()

0 commit comments

Comments
 (0)