Compare commits
1 Commits
main
...
hermes-rep
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c9cdde1d2 |
@ -72,8 +72,11 @@ def _spine_lines(lines: list[str]) -> dict[str, str]:
|
|||||||
return spine
|
return spine
|
||||||
|
|
||||||
|
|
||||||
|
_NODES_PREFIX = "nodes:"
|
||||||
|
|
||||||
|
|
||||||
def _spine_nodes(lines: list[str], spine: dict[str, str]) -> None:
|
def _spine_nodes(lines: list[str], spine: dict[str, str]) -> None:
|
||||||
nodes_line = _line_starting_with(lines, "nodes:")
|
nodes_line = _line_starting_with(lines, _NODES_PREFIX)
|
||||||
if nodes_line:
|
if nodes_line:
|
||||||
spine["nodes_count"] = nodes_line
|
spine["nodes_count"] = nodes_line
|
||||||
spine["nodes_ready"] = nodes_line
|
spine["nodes_ready"] = nodes_line
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user