Skip to content

Commit 59be7c0

Browse files
authored
Merge pull request #30 from Loran425/main
Allow network path libraries
2 parents 45e7658 + dfe2b57 commit 59be7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagstudio/src/core/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def create_library(self, path) -> int:
540540
2: File creation error
541541
"""
542542

543-
path = os.path.normpath(path).strip('\\')
543+
path = os.path.normpath(path).rstrip('\\')
544544

545545
if ts_core.TS_FOLDER_NAME in path:
546546
return 1

0 commit comments

Comments
 (0)