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

trace

parent ff110a31
No related branches found
No related tags found
No related merge requests found
Pipeline #509114 passed
......@@ -20,6 +20,7 @@ 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)
purged = remove_key_from_dict(json_data)
print(purged)
......
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