test_watch.py
7.47 KB
-
osfs.watch_inotify: fix handling of multiple watchers on a single path. · 547e5f54
Turns out the pyinotify "add_watch" method actually updates an existing watch if there is already one for the given path. Instead, we create a new manager (and hence, a new inotify fil descriptor) for each watcher added.
rfkelly0 committed