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
245 stars 73 forks source link

Fixed bug: mkdir -p foo/bar,InotifyTree(s) not add watch bar #31

Open innlym opened 7 years ago

innlym commented 7 years ago

Fixed bug: When use mkdir -p foo/bar to create directory foo and bar in a watching directory, InotifyTree and InotifyTrees will not add watch bar

dsoprea commented 6 years ago

You're right. This is a huge bug. Can you resolve the conflicts, please?