We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e819c2 commit 34fe850Copy full SHA for 34fe850
1 file changed
paramview/_watch_db.py
@@ -39,7 +39,7 @@ def dispatch(self, event: FileSystemEvent) -> None:
39
# SQLite "-journal" suffix. On macOS, it appears that only the journal file
40
# triggers Watchdog on a database write.
41
if event.src_path == f"{self._db_path}-journal":
42
- super().dispatch(event) # type: ignore
+ super().dispatch(event)
43
44
def on_deleted(self, event: FileSystemEvent) -> None:
45
# Triggers an update if the database file was deleted, or if the database
0 commit comments