From 8cc98e13ace4b70984dc346eafdc98dad9ea3be4 Mon Sep 17 00:00:00 2001 From: WinstonCHEN1 <1281838223@qq.com> Date: Mon, 18 Nov 2024 14:24:04 -0800 Subject: [PATCH] fix:error working directory name in Step_1.py --- reproduce/Step_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reproduce/Step_1.py b/reproduce/Step_1.py index 43c44056..e318c145 100644 --- a/reproduce/Step_1.py +++ b/reproduce/Step_1.py @@ -24,7 +24,7 @@ def insert_text(rag, file_path): cls = "agriculture" -WORKING_DIR = "../{cls}" +WORKING_DIR = f"../{cls}" if not os.path.exists(WORKING_DIR): os.mkdir(WORKING_DIR)