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