Commit 7c7099ad authored by 赵小蒙's avatar 赵小蒙
Browse files

Merge remote-tracking branch 'origin/master'

parents cfe170b4 d28724ac
......@@ -52,7 +52,7 @@ def extrat_zip(zip_file_path, extract_to_path):
def ci_ben():
fr = open(os.path.join(pdf_dev_path, "ci", "result.json"), "r").read()
fr = open(os.path.join(pdf_dev_path, "ci", "result.json"), "r")
lines = fr.readlines()
last_line = lines[-1].strip()
last_score = json.loads(last_line)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment