Skip to content

Commit

Permalink
k list
Browse files Browse the repository at this point in the history
Signed-off-by: Paige Rubendall <[email protected]>
  • Loading branch information
paigerube14 committed Jan 30, 2024
1 parent fa72594 commit 3679377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orion.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def get_metadata(test,logger):
"""
metadata = {}
for k,v in test.items():
if k == "metrics" or k == "name":
if k in ["metrics","name"]:
continue
metadata[k] = v
metadata["ocpVersion"] = str(metadata["ocpVersion"])
Expand Down

0 comments on commit 3679377

Please sign in to comment.