From 9e1ac525f133b4db38fb6bbb918791297c569829 Mon Sep 17 00:00:00 2001 From: koko <1429659362@qq.com> Date: Tue, 9 Dec 2025 11:37:23 +0800 Subject: [PATCH] =?UTF-8?q?NEP=E6=A1=86=E6=9E=B6=E9=87=8D=E6=9E=8400?= =?UTF-8?q?=E9=98=B6=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/workflow.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/workflow.py b/src/workflow.py index 4c94c29..1b777c9 100644 --- a/src/workflow.py +++ b/src/workflow.py @@ -155,6 +155,10 @@ class Workflow: shutil.copy(os.path.join(prod_dir, "nep.txt"), os.path.join(md_subdir, "nep.txt")) # 复制 run.in,虽然 302 可能已经生成了 run_1.in 等,但为了保险或用户习惯,我们也拷进去 shutil.copy(os.path.join(prod_dir, "run.in"), os.path.join(md_subdir, "run.in")) + shutil.copy(os.path.join(prod_dir, "run.in"), os.path.join(md_subdir, "run_1.in")) + shutil.copy(os.path.join(prod_dir, "run.in"), os.path.join(md_subdir, "run_2.in")) + shutil.copy(os.path.join(prod_dir, "run.in"), os.path.join(md_subdir, "run_3.in")) + shutil.copy(os.path.join(prod_dir, "run.in"), os.path.join(md_subdir, "run_4.in")) else: self.logger.error("'md' folder was not created by 302 command.") return