Skip to content

Commit

Permalink
fixing spaces
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 3679377 commit 71d11cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orion.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def get_metadata(test,logger):
dict: dictionary of the metadata
"""
metadata = {}
for k,v in test.items():
if k in ["metrics","name"]:
for k,v in test.items():
if k in ["metrics","name"]:
continue
metadata[k] = v
metadata["ocpVersion"] = str(metadata["ocpVersion"])
Expand Down

0 comments on commit 71d11cb

Please sign in to comment.