We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275cd1b commit 83b5464Copy full SHA for 83b5464
tagstudio/src/core/library/alchemy/library.py
@@ -620,8 +620,8 @@ def get_paths(self, glob: str | None = None) -> list[str]:
620
with Session(self.engine) as session:
621
paths = session.scalars(select(Entry.path)).unique()
622
623
- path_strings: list[str] = list(map(lambda x: x.as_posix(), paths))
624
- return path_strings
+ path_strings: list[str] = list(map(lambda x: x.as_posix(), paths))
+ return path_strings
625
626
def search_library(
627
self,
0 commit comments