mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
hotfix of machines
This commit is contained in:
@@ -457,6 +457,8 @@ def run_local(overrides: dict) -> dict:
|
||||
should_print = True
|
||||
if should_print:
|
||||
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user