osfs.watch_inotify: fix handling of multiple watchers on a single path.
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.
Showing
Please
register
or
sign in
to comment