hotfix of machines

This commit is contained in:
2026-02-27 11:59:08 +01:00
parent e50d643fbf
commit e8a9716f69

View File

@@ -457,6 +457,8 @@ def run_local(overrides: dict) -> dict:
should_print = True should_print = True
if should_print: if should_print:
print(json.dumps(metrics, indent=2)) print(json.dumps(metrics, indent=2))
# sentinel line for machine-readable extraction; must stay on one line
print("PHANTOM_METRICS:" + json.dumps(metrics))
return metrics return metrics