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

trace

parent 0f383968
No related branches found
No related tags found
No related merge requests found
Pipeline #509117 passed
......@@ -21,8 +21,8 @@ def get_all_runs(coll: collection.Collection):
cursor = coll.find({'eval_workflow_id': {'$exists': True}})
json_data = json.loads(json_util.dumps(cursor))
print(json_data)
print('+++++++++++++++++++++++++++++++++++++')
purged = remove_key_from_dict(json_data)
print(purged)
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