Compare commits
No commits in common. "hermes-repair/sonar-AZ2y3T38Ky9i4pkIpSiX" and "main" have entirely different histories.
hermes-rep
...
main
@ -255,7 +255,7 @@ def _spine_from_counts(summary: dict[str, Any]) -> dict[str, str]:
|
|||||||
not_ready = len(inventory.get("not_ready_names") or [])
|
not_ready = len(inventory.get("not_ready_names") or [])
|
||||||
workers_ready = workers.get("ready")
|
workers_ready = workers.get("ready")
|
||||||
workers_total = workers.get("total")
|
workers_total = workers.get("total")
|
||||||
if all(value is None for value in (total, ready, not_ready)):
|
if total is None and ready is None and not_ready is None:
|
||||||
return {}
|
return {}
|
||||||
parts = []
|
parts = []
|
||||||
if total is not None:
|
if total is not None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user