Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions aexpect/remote_door.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ def get_remote_object(
remote_object = Pyro4.Proxy(f"PYRONAME:{object_name}@{host}:{port}")
# noinspection PyProtectedMember
remote_object._pyroBind()
LOG.info("Previous remote object server running, reusing it as is")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't debug loglevel suffice here?

except Pyro4.errors.PyroError as error:
if not session:
raise
Expand Down
Loading