We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efb2ba commit d87f075Copy full SHA for d87f075
results/repoqa/fetch_results.py
@@ -32,7 +32,7 @@ def main():
32
combined_results[eval_name] = data[eval_name]
33
34
with open(os.path.join(OUTPUT_PATH, "COMBINED-RESULTS.json"), "w") as f_out:
35
- json.dump(combined_results, f_out)
+ json.dump(combined_results, f_out, indent=4)
36
37
38
if __name__ == "__main__":
0 commit comments