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 36f3b45 commit c14734dCopy full SHA for c14734d
src/tagstudio/qt/cache_manager.py
@@ -141,8 +141,7 @@ def register_existing_folders(self):
141
self.last_lib_path = self.lib.library_dir
142
CacheManager.folder_dict.clear()
143
144
- # NOTE: The /dev/null check is a workaround for current test assumptions.
145
- if self.last_lib_path and self.last_lib_path != Path("/dev/null"):
+ if self.last_lib_path:
146
# Ensure thumbnail cache path exists.
147
self.cache_dir().mkdir(exist_ok=True)
148
# Registers any existing folders and counts the capacity of the most recent one.
0 commit comments