Skip to content

Commit 28ad344

Browse files
committed
beautify results file
1 parent e8fc7b3 commit 28ad344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242

4343
print(results)
4444
with open('results.json', 'w') as file:
45-
json.dump(results, file)
45+
json.dump(results, file, indent=4)
4646

4747
K.clear_session()

0 commit comments

Comments
 (0)