summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgcode@loowis.durge.org <gcode@loowis.durge.org@67cdc799-7952-0410-af00-57a81ceafa0f>2014-10-31 15:22:26 +0000
committergcode@loowis.durge.org <gcode@loowis.durge.org@67cdc799-7952-0410-af00-57a81ceafa0f>2014-10-31 15:22:26 +0000
commit94ab60c075b1e1a7640d2d3dbf700bc3862ca6f5 (patch)
tree306d35cf6ebcb0d470131d52d55471e97c305ec9
parent6cb1178f2a711b8ba801aa88f569e65889b8a899 (diff)
downloadpyfilesystem-94ab60c075b1e1a7640d2d3dbf700bc3862ca6f5.tar.gz
typo
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@909 67cdc799-7952-0410-af00-57a81ceafa0f
-rw-r--r--fs/osfs/watch_inotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/osfs/watch_inotify.py b/fs/osfs/watch_inotify.py
index e33f3c7..592dc3d 100644
--- a/fs/osfs/watch_inotify.py
+++ b/fs/osfs/watch_inotify.py
@@ -183,7 +183,7 @@ class OSFSWatchMixin(WatchableFSMixin):
if inevt.mask & pyinotify.IN_Q_OVERFLOW:
watcher.handle_event(OVERFLOW(self))
if inevt.mask & pyinotify.IN_UNMOUNT:
- watcher.handle_event(CLOSE(self))
+ watcher.handle_event(CLOSED(self))
def __get_watch_thread(self):
"""Get the shared watch thread, initializing if necessary.