From baa26e67ef5e0b93f9a20befd14b5457782dfd5c Mon Sep 17 00:00:00 2001 From: kaixindelele <1985790413@qq.com> Date: Sun, 18 Jun 2023 13:37:32 +0800 Subject: [PATCH] arxiv_cache --- crazy_functions/Latex输出PDF结果.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crazy_functions/Latex输出PDF结果.py b/crazy_functions/Latex输出PDF结果.py index 2e9a30b..8cf8f7c 100644 --- a/crazy_functions/Latex输出PDF结果.py +++ b/crazy_functions/Latex输出PDF结果.py @@ -2,7 +2,8 @@ from toolbox import update_ui, trimmed_format_exc, get_conf, objdump, objload, p from toolbox import CatchException, report_execption, update_ui_lastest_msg, zip_result, gen_time_str import glob, os, requests, time pj = os.path.join -ARXIV_CACHE_DIR = os.path.expanduser(f"~/arxiv_cache/") +# ARXIV_CACHE_DIR = os.path.expanduser(f"~/arxiv_cache/") +ARXIV_CACHE_DIR = os.getenv("Arxiv_Cache") # =================================== 工具函数 =============================================== 专业词汇声明 = 'If the term "agent" is used in this section, it should be translated to "智能体". '