Skip to content

Commit 5c6b34c

Browse files
author
gcode@loowis.durge.org
committed
typo
1 parent 23b8e4e commit 5c6b34c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/osfs/watch_inotify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def __route_event(self,watcher,inevt):
183183
if inevt.mask & pyinotify.IN_Q_OVERFLOW:
184184
watcher.handle_event(OVERFLOW(self))
185185
if inevt.mask & pyinotify.IN_UNMOUNT:
186-
watcher.handle_event(CLOSE(self))
186+
watcher.handle_event(CLOSED(self))
187187

188188
def __get_watch_thread(self):
189189
"""Get the shared watch thread, initializing if necessary.

0 commit comments

Comments
 (0)