Merge pull request #30 from Loran425/main

Allow network path libraries
This commit is contained in:
Travis Abendshien 2024-04-23 22:21:41 -07:00 committed by GitHub
commit 59be7c0cf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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