Skip to content

Commit

Permalink
fixed pylint error
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
  • Loading branch information
shashank-boyapally committed Mar 28, 2024
1 parent 51f997b commit a94f5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def get_index_and_ids(metadata, uuids, match, baseline):
index_map={"k8s-netperf":"k8s-netperf",
"ingress-perf":"ingress-performance",
}
if metadata["benchmark.keyword"] in index_map.keys():
if metadata["benchmark.keyword"] in index_map:
return index_map[metadata["benchmark.keyword"]], uuids
index = "ripsaw-kube-burner"
if baseline == "":
Expand Down

0 comments on commit a94f5ee

Please sign in to comment.