Skip to content

Commit

Permalink
Fj
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 14, 2024
1 parent f015ca7 commit 40a4e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/engine/daemon/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def circus_port_file(self) -> pathlib.Path:

@property
def circus_socket_file(self) -> pathlib.Path:
return self.profile.circus_socket_endpoints['socket']
return self.profile.circus_socket_endpoints['file']

@property
def circus_socket_endpoints(self) -> dict[str, pathlib.Path]:
Expand Down

0 comments on commit 40a4e4f

Please sign in to comment.