Skip to content

Commit

Permalink
f query
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Jun 7, 2024
1 parent 5b70718 commit e829dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contest/backend/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def result_as_l2(raw):
data = l1.copy()
data |= case
data["test"] = l1["test"] + '.' + case["test"]
flat.append(data)
row["results"] = flat
return json.dumps(row)

Expand Down

0 comments on commit e829dd5

Please sign in to comment.