From 0ff94a422c57b3bae4c588112a14c5aad3e575f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=89=E5=8F=AC=E5=AE=87?= Date: Tue, 7 Jan 2025 01:27:26 +0000 Subject: [PATCH] update install.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 冉召宇 --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 6f542c8..bbde00c 100755 --- a/install.py +++ b/install.py @@ -18,7 +18,7 @@ import os import subprocess import sys -THIS_FILE_PATH = os.path.dirname(os.parh.abspath(__file__)) +THIS_FILE_PATH = os.path.dirname(os.path.abspath(__file__)) def untar_file(tar_file_path, extract_path, extract_dir_path): try: