Skip to content

Commit

Permalink
fix: correct typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanVoxel committed Sep 10, 2024
1 parent e017dd8 commit d8afa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagstudio/src/core/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ def refresh_dir(self) -> Generator:
):
# If the file/path is not mapped in the Library:
if self.filename_to_entry_id_map.get(f) is None:
# Discord paths and files in unwanted folders.
# Discard paths and files in unwanted folders.
if (
"$RECYCLE.BIN" not in f.parts
and TS_FOLDER_NAME not in f.parts
Expand Down

0 comments on commit d8afa83

Please sign in to comment.