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

Automatically cleanup watches in recursive mode #99

Closed dheeg closed 1 year ago

dheeg commented 1 year ago

As mentioned in #77 the module is currently not able to deal with recreated directories in recursive mode. This patch should fix it.

It would also be nice to get a new pip package, since some of the already existing fixes e.g. https://github.com/dsoprea/PyInotify/commit/7202fc4f837c90dc676cf638c31fe0312b889fae don't seem to be part of the most current package.

dheeg commented 1 year ago

Already fixed in master branch