From 24ed1d4395392d9f1e274913745eac5203a946ec Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Thu, 15 May 2025 15:16:49 +0800 Subject: [PATCH] test Signed-off-by: @ran-zhao-yu --- install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.py b/install.py index c514fee..99eff6e 100755 --- a/install.py +++ b/install.py @@ -19,6 +19,8 @@ import subprocess import sys + + def untar_file(tar_file_path, extract_path, args): try: if os.path.exists(extract_path): -- Gitee