diff --git a/PFERD/organizer.py b/PFERD/organizer.py index 47c9bc6..f46e69c 100644 --- a/PFERD/organizer.py +++ b/PFERD/organizer.py @@ -29,7 +29,7 @@ class Organizer(Location): self._known_files: Set[Path] = set() # Keep the root dir - self.mark(path) + self._known_files.add(path.resolve()) def accept_file(self, src: Path, dst: PurePath) -> None: """Move a file to this organizer and mark it."""