Fix sa error

This commit is contained in:
wqy
2023-10-21 11:21:01 +08:00
parent 94597a2125
commit cde86d4281

View File

@@ -77,7 +77,7 @@ def _calculate_service_area(name: str, inp, time_index: int = 0) -> dict[str, li
up_link_nodes = node_upstream[node]
ready = True
for link_node in up_link_nodes:
if link_node in node_wip:
if link_node[1] in node_wip:
ready = False
break
if ready: