Skip to content

Commit b24900b

Browse files
committed
doc: add comment on removing Folder logic
1 parent 4c3e0a3 commit b24900b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tagstudio/core/library/alchemy/library.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ def open_sqlite_library(
602602
logger.info(f"[Library] Library migrated to DB version {DB_VERSION}")
603603

604604
with Session(self.engine) as session:
605+
# TODO: the folder logic has no use and was never finished, remove it
605606
# check if folder matching current path exists already
606607
# NOTE: this has been causing new Folders to be created when the library is moved, since
607608
# its introduction

0 commit comments

Comments
 (0)