Commit 3593091b authored by Stefane Fermigier's avatar Stefane Fermigier

Make output easier to read.

parent 0ea96184
......@@ -44,7 +44,7 @@ print("\nfollowing file are incorrect:\n")
for fn in incorrect_json_list:
print(f"{fn}")
print("\nfollowing file are invalide:\n")
print("\nfollowing file are invalid:\n")
for fn in invalid_json_list:
print(f"{fn['file']}: {fn['error']} at {fn['path']}")
print(f"{fn['file']}:\n {fn['error']} at {fn['path']}\n")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment