Skip to content

Commit d87f075

Browse files
committed
minor: add indent for repoqa results dump
1 parent 2efb2ba commit d87f075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

results/repoqa/fetch_results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main():
3232
combined_results[eval_name] = data[eval_name]
3333

3434
with open(os.path.join(OUTPUT_PATH, "COMBINED-RESULTS.json"), "w") as f_out:
35-
json.dump(combined_results, f_out)
35+
json.dump(combined_results, f_out, indent=4)
3636

3737

3838
if __name__ == "__main__":

0 commit comments

Comments
 (0)