Skip to content

Commit 707fb34

Browse files
committed
change the language
1 parent 4ba27f5 commit 707fb34

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_examples.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,9 @@ def filter_examples_json(all_examples_json: dict, bypass_titles: list):
232232
print("\n".join(f"{key} -- {value}" for key, value in all_examples_json.items()))
233233
print("====================================")
234234
with open(os.path.join(base_path, "..", "time_taken.txt"), "a") as f:
235-
f.write(f"| json文件 | 耗时 |\n|:--:|:--:|\n")
235+
f.write(f"| title and file | timetaken |\n|:--:|:--:|\n")
236236
for title, file in all_examples_json.items():
237237
print(f"Running example: {title} - {file}")
238-
# 将 title-file 续写入到 base_path/../time_taken.txt
239238
with open(os.path.join(base_path, "..", "time_taken.txt"), "a") as f:
240239
f.write(f"| {title} - {file} |")
241240
launch_prompt(

0 commit comments

Comments
 (0)