We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e782c commit af49596Copy full SHA for af49596
aexpect/remote_door.py
@@ -626,6 +626,7 @@ def get_remote_object(
626
remote_object = Pyro4.Proxy(f"PYRONAME:{object_name}@{host}:{port}")
627
# noinspection PyProtectedMember
628
remote_object._pyroBind()
629
+ LOG.info("Previous remote object server running, reusing it as is")
630
except Pyro4.errors.PyroError as error:
631
if not session:
632
raise
0 commit comments