Skip to content

Commit

Permalink
Hmm... I don't get these exceptions locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Nov 6, 2023
1 parent 8daff30 commit 2b11465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porcupine/_ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def start_session() -> tuple[connection.Listener, queue.Queue[Any]]:
message_queue: queue.Queue[Any] = queue.Queue()
listener = connection.Listener()

_ADDRESS_FILE.touch()
_ADDRESS_FILE.touch(parents=True)
with _ADDRESS_FILE.open("w") as file:
print(listener.address, file=file)

Expand Down

0 comments on commit 2b11465

Please sign in to comment.