Skip to content

Commit

Permalink
tidy output json
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Aug 1, 2024
1 parent 6f0d509 commit d657504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/analyze/perf_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ def build_score_dict(filenames):

input_filenames = glob(sys.argv[1])
distribution_dict = build_score_dict(input_filenames)
print(json.dumps(distribution_dict))
print(json.dumps(distribution_dict, indent=2, sort_keys=True))

0 comments on commit d657504

Please sign in to comment.