Skip to content

Commit b1f2f05

Browse files
committed
preparation writes pretty printed json files
1 parent 23dd19c commit b1f2f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualise/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def prepare_compressed_content(arg):
193193
res = json.load(f)
194194
res = convert_content(fn, res)
195195
with fast_gzip(fn) as f:
196-
json.dump(res, f)
196+
json.dump(res, f, indent=2)
197197

198198

199199
def prepare_content_of_all_files(dst=OUT_DIR):

0 commit comments

Comments
 (0)