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

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