|
|
|
@@ -41,5 +41,5 @@ for commit in data: |
|
|
|
result["body"] = body |
|
|
|
results.append(result) |
|
|
|
|
|
|
|
with open(os.path.join(sys.argv[2], "commits.json"), "w", encoding="utf-8") as file: |
|
|
|
with open(sys.argv[2], "w", encoding="utf-8") as file: |
|
|
|
json.dump(results[::-1], file) |