quyuan пре 1 година
родитељ
комит
080fe473a5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/test_cli/test_cli.py

+ 1 - 1
tests/test_cli/test_cli.py

@@ -34,7 +34,7 @@ class TestCli:
             pipe.pipe_parse()
             md_content = pipe.pipe_mk_markdown(image_dir, drop_mode="none")
             res_path = os.path.join(pdf_dev_path, "mineru", f"{demo_name}.md")
-            with open(res_path, "w", encoding="utf-8") as f:
+            with open(res_path, "w+", encoding="utf-8") as f:
                 f.write(md_content)