We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uid
__str__
1 parent dccbb68 commit c39717cCopy full SHA for c39717c
src/libtmux/server.py
@@ -615,7 +615,7 @@ 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-1000/default)"
+ return f"{self.__class__.__name__}(socket_path=/tmp/tmux-{os.geteuid()}/default)"
619
620
#
621
# Legacy: Redundant stuff we want to remove
0 commit comments