forked from gorakhargosh/watchdog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Inotify._remove_watch_bookkeeping
- The call on inotify_event.is_ignored was removing the wrong wd, due to another wd with the same path (self._wd_for_path[src_path] was replaced) - Fix gorakhargosh#117 and gorakhargosh#233 - Still not enough to fix every bug regarding fast/unordered events, but doesn't crash anymore
- Loading branch information
1 parent
d695019
commit 5fdc62a
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters