Skip to content
Snippets Groups Projects
Commit 4ce2413e authored by an7s's avatar an7s
Browse files

Make python 3+ compatible

Former-commit-id: 4dcb20c5d7c3b4c30c41c8b6c29bbd4a8b523346
parent c13a678d
No related branches found
No related tags found
No related merge requests found
......@@ -53,5 +53,5 @@ for log_file_path in sys.argv[1:]:
stats[step_name][attribute_name] = attribute_value
if stats:
print json.dumps(stats)
print (json.dumps(stats))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment