commit
59be7c0cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ class Library:
|
|||
2: File creation error
|
||||
"""
|
||||
|
||||
path = os.path.normpath(path).strip('\\')
|
||||
path = os.path.normpath(path).rstrip('\\')
|
||||
|
||||
if ts_core.TS_FOLDER_NAME in path:
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue