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 52a0109 commit 7169008Copy full SHA for 7169008
src/libtmux/server.py
@@ -615,7 +615,9 @@ def __repr__(self) -> str:
615
)
616
if self.socket_path is not None:
617
return f"{self.__class__.__name__}(socket_path={self.socket_path})"
618
- return f"{self.__class__.__name__}(socket_path=/tmp/tmux-{os.geteuid()}/default)"
+ return (
619
+ f"{self.__class__.__name__}(socket_path=/tmp/tmux-{os.geteuid()}/default)"
620
+ )
621
622
#
623
# Legacy: Redundant stuff we want to remove
0 commit comments