Skip to content
Snippets Groups Projects
Commit 6b56eb48 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

fixed extra-conversion

parent aaa8e7ee
No related branches found
No related tags found
No related merge requests found
Pipeline #10412480 passed
......@@ -54,7 +54,7 @@ class BasicPrmonMetrics(BaseHandler):
for i, h in enumerate(headers):
data[h].append(vals[i])
return json.dumps(data)
return data
except FileNotFoundError:
log.error(f"failed to locate {file_path}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment