Commit 41dd74c2 authored by 赵小蒙's avatar 赵小蒙

更新tmp目录位置

parent 3ed288b6
...@@ -108,7 +108,7 @@ def parse_pdf_by_model( ...@@ -108,7 +108,7 @@ def parse_pdf_by_model(
debug_mode=False, debug_mode=False,
): ):
pdf_bytes = read_file(s3_pdf_path, s3_pdf_profile) pdf_bytes = read_file(s3_pdf_path, s3_pdf_profile)
save_tmp_path = os.path.join(os.path.dirname(__file__), "..", "..", "tmp", "unittest") save_tmp_path = os.path.join(os.path.dirname(__file__), "..", "tmp", "unittest")
md_bookname_save_path = "" md_bookname_save_path = ""
book_name = sanitize_filename(book_name) book_name = sanitize_filename(book_name)
if debug_mode: if debug_mode:
......
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