mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-08 16:54:31 +01:00
Update cassette submodule & fix current_score.json generation (#4601)
* Update cassette submodule * add a new line when building current_score.json
This commit is contained in:
Submodule tests/Auto-GPT-test-cassettes updated: 38ecb0145a...dbea803947
@@ -40,4 +40,5 @@ for filename in glob.glob(new_score_filename_pattern):
|
||||
sorted_data = recursive_sort_dict(merged_data)
|
||||
|
||||
with open(current_score_filename, "w") as f_current:
|
||||
json.dump(sorted_data, f_current, indent=4)
|
||||
json_data = json.dumps(sorted_data, indent=4)
|
||||
f_current.write(json_data + "\n")
|
||||
|
||||
Reference in New Issue
Block a user