From 4a1e9c808b837dfabd3e4d970dab27a1536f84ae Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 09 七月 2025 13:29:07 +0800
Subject: [PATCH] 脚本构建服务器

---
 build_server.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/build_server.py b/build_server.py
index 7ede06c..0904913 100644
--- a/build_server.py
+++ b/build_server.py
@@ -37,8 +37,6 @@
             output_file = ps_dict.get("output")
             logger_debug.info(f"缂栬瘧: dir - 銆恵root_dir}銆�, script - 銆恵script}銆�, output - 銆恵output_file}銆� ")
             output_file_path = os.path.join(root_dir, output_file)
-            if os.path.exists(output_file_path):
-                os.remove(output_file_path)
             # 杩涜缂栬瘧
             fscript = f"cd {root_dir} && rm -rf {output_file} && {script}  "
             logger_debug.info(fscript)

--
Gitblit v1.8.0