mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
bug
This commit is contained in:
@@ -35,7 +35,7 @@ async def check_reachable(
|
||||
reachable: dict[NodeId, set[str]] = {}
|
||||
async with create_task_group() as tg:
|
||||
for node in topology.list_nodes():
|
||||
if not node not in profiles:
|
||||
if node not in profiles:
|
||||
continue
|
||||
for iface in profiles[node].network_interfaces:
|
||||
tg.start_soon(check_reachability, iface.ip_address, node, reachable)
|
||||
|
||||
Reference in New Issue
Block a user