mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-11 06:43:54 +00:00
this is probably more useful and less surprising
This commit is contained in:
parent
0845c9ba80
commit
2d5f175712
@ -142,7 +142,7 @@ class INotifyEventHandler(FileSystemEventHandler):
|
||||
)
|
||||
|
||||
def on_any_event(self, event):
|
||||
with ANY_INOTIFY_EVENT(path=self._path, event=event):
|
||||
with ANY_INOTIFY_EVENT(path=event.src_path, event=event):
|
||||
self.process(event)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user