From 02af8f9cbdfe39f74d710d7fcd07b5c792a1843f Mon Sep 17 00:00:00 2001 From: wangcaoyu Date: Fri, 20 Jun 2025 17:10:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E7=BC=96=E8=AF=91copy?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=80=82=E9=85=8D=E5=A4=9A=E5=B1=82=E7=BA=A7?= =?UTF-8?q?=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangcaoyu --- process_internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process_internal.py b/process_internal.py index 9e172fe7e0..3b794a5e7e 100755 --- a/process_internal.py +++ b/process_internal.py @@ -65,7 +65,7 @@ def copy_files(options): def format_path(filepath, base_dir): - return os.path.relpath(filepath, base_dir) + return os.path.abspath(filepath) def parse_args(args): -- Gitee