diff --git a/scripts/spartan/UI.py b/scripts/spartan/UI.py index a034273..55f4767 100644 --- a/scripts/spartan/UI.py +++ b/scripts/spartan/UI.py @@ -128,6 +128,9 @@ class UI: def reconnect_remotes(self): for worker in self.world._workers: + if worker.master: + continue + logger.debug(f"checking if worker '{worker.uuid}' is now reachable...") reachable = worker.reachable() if worker.state == State.UNAVAILABLE: