From 71d11cb538d0b0c8749f7d92ef32aa8ddc3dc30e Mon Sep 17 00:00:00 2001 From: Paige Rubendall Date: Fri, 26 Jan 2024 16:04:48 -0500 Subject: [PATCH] fixing spaces Signed-off-by: Paige Rubendall --- orion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orion.py b/orion.py index 7c7f19b..1d455b0 100644 --- a/orion.py +++ b/orion.py @@ -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"])