dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
242 stars 73 forks source link

Fix issue #77: InotifyTree doesn't work on re-created directory #78

Closed AiRyunn closed 4 years ago

AiRyunn commented 4 years ago

Fix issue #77: InotifyTree doesn't work on re-created directory. Fix wrong condition when removing a directory by replacing IN_MOVED_FROM to IN_DELETE.

dsoprea commented 4 years ago

All you've done is comment code rather than fix anything.