seb-m / pyinotify

Monitoring filesystems events with inotify on Linux.
http://github.com/seb-m/pyinotify/wiki
MIT License
2.29k stars 377 forks source link

Fix for issue #133 #135

Open slytomcat opened 8 years ago

slytomcat commented 8 years ago

Maybe not ideal but it fixes the runtime error during rm_watch(...., rec=True) execution (issue #133).

slytomcat commented 8 years ago

v2 more elegant solution an covers both versions (Python2 and Python3)