Skip to content

Commit

Permalink
Add context_id to run table
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Apr 26, 2021
1 parent 47cb42d commit a31b112
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions conbench/entities/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ def _dump(self, run):
context = ContextSerializer().one.dump(run.context)
machine = MachineSerializer().one.dump(run.machine)
commit.pop("links", None)
foo = context.pop("links", None)
print("\n\n HELLO!")
print(foo)
print(context)
print("---------------")
context.pop("links", None)
machine.pop("links", None)
result = {
"id": run.id,
Expand Down

0 comments on commit a31b112

Please sign in to comment.