We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dced98c commit 17f2f6dCopy full SHA for 17f2f6d
pokemonterminal/platform/named_event/posix.py
@@ -27,7 +27,7 @@ class PosixNamedEvent(NamedEvent):
27
28
@staticmethod
29
def __build_fifo_path(name: str) -> PosixPath:
30
- return PosixPath(f'/var/run/user/{os.getuid()}/pokemon-terminal/{name}')
+ return PosixPath(f'/tmp/{name}/{os.getuid()}')
31
32
33
def __has_open_file_handles_real(path: PosixPath) -> bool:
0 commit comments