Skip to content
Snippets Groups Projects
Commit f5211f79 authored by Rodolphe Lepigre's avatar Rodolphe Lepigre
Browse files

Script fix.

parent 8bdc717a
No related branches found
No related tags found
No related merge requests found
Pipeline #38064 passed
......@@ -268,4 +268,4 @@ stats[5]["progs"][0]["stats"]["annot"] += 6
output_file = 'data.json'
with open(output_file, 'w') as f:
json.dump(stats, f, indent=2)
print("Data written to [{}].", output_file)
print("Data written to [" + output_file + "].")
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