From bcc883844b10c5e070e1f211ee382fb403db3c7f Mon Sep 17 00:00:00 2001 From: XXXXRT666 Date: Fri, 2 Aug 2024 18:37:01 +0800 Subject: [PATCH] chores --- tools/my_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/my_utils.py b/tools/my_utils.py index 60acb274..5d19d2ee 100644 --- a/tools/my_utils.py +++ b/tools/my_utils.py @@ -30,4 +30,4 @@ def clean_path(path_str:str): return clean_path(path_str[0:-1]) if platform.system() == 'Windows': path_str = path_str.replace('/', '\\') - return path_str.strip(" ").strip('"').strip("\n").strip('"').strip(" ").strip("\u202a") \ No newline at end of file + return path_str.strip(" ").strip('\'').strip("\n").strip('"').strip(" ").strip("\u202a") \ No newline at end of file