Compare commits

..

No commits in common. "hermes-repair/sonar-AZ2y3T38Ky9i4pkIpSiU" and "main" have entirely different histories.

View File

@ -72,11 +72,8 @@ def _spine_lines(lines: list[str]) -> dict[str, str]:
return spine
_NODES_PREFIX = "nodes:"
def _spine_nodes(lines: list[str], spine: dict[str, str]) -> None:
nodes_line = _line_starting_with(lines, _NODES_PREFIX)
nodes_line = _line_starting_with(lines, "nodes:")
if nodes_line:
spine["nodes_count"] = nodes_line
spine["nodes_ready"] = nodes_line