From 799b5fd295979b1e9c52e08f1a268d2a40400ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E7=BF=94=E8=95=BE?= <328491512@qq.com> Date: Mon, 18 Nov 2024 16:10:08 +0800 Subject: [PATCH] fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 唐翔蕾 <328491512@qq.com> --- ci/targetUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/targetUtils.py b/ci/targetUtils.py index 9f51c17..816ce34 100644 --- a/ci/targetUtils.py +++ b/ci/targetUtils.py @@ -183,7 +183,7 @@ class XTSUtils: if PathUtils.isTargetContains(self._build_paths, file): continue # 当前存在的最外层路径 - exist_path = PathUtils.get_current_exist(os.path.dirname(file)) + exist_path = PathUtils.get_current_exist(self._xts_root_dir, os.path.dirname(file)) build_File = XTSTargetUtils.get_current_Build(self._xts_root_dir, exist_path) # 计算到根目录或指定目录,直接编译全量 if (os.path.dirname(build_File) == self._xts_root_dir or