Skip to content
Snippets Groups Projects
Commit 8165143b authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

trace

parent 105e67d7
No related branches found
No related tags found
No related merge requests found
Pipeline #508917 passed
......@@ -124,6 +124,7 @@ def get_latest_runs(coll: collection.Collection,
{'metadata.ocr_workflow.id': wf_regex},
{'metadata.timestamp': compile(closest_timestamp)}]})
latest_run_json = json.loads(json_util.dumps(latest_run))
print(latest_run_json)
purged = remove_key_from_dict(latest_run_json, 'cpu_time')
return remove_mongodb_id_from_result(purged, 'run')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment