mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 07:14:52 +08:00
chores
This commit is contained in:
parent
8d7b601777
commit
bcc883844b
@ -30,4 +30,4 @@ def clean_path(path_str:str):
|
|||||||
return clean_path(path_str[0:-1])
|
return clean_path(path_str[0:-1])
|
||||||
if platform.system() == 'Windows':
|
if platform.system() == 'Windows':
|
||||||
path_str = path_str.replace('/', '\\')
|
path_str = path_str.replace('/', '\\')
|
||||||
return path_str.strip(" ").strip('"').strip("\n").strip('"').strip(" ").strip("\u202a")
|
return path_str.strip(" ").strip('\'').strip("\n").strip('"').strip(" ").strip("\u202a")
|
Loading…
x
Reference in New Issue
Block a user