Author: dmeyer
Date: Wed Apr 5 18:13:37 2006
New Revision: 1381
Modified:
trunk/beacon/src/inotify/__init__.py
Log:
fix crash on unknown variable
Modified: trunk/beacon/src/inotify/__init__.py
==============================================================================
--- trunk/beacon/src/inotify/__init__.py (original)
+++ trunk/beacon/src/inotify/__init__.py Wed Apr 5 18:13:37 2006
@@ -73,6 +73,7 @@
return False
_inotify.rm_watch(self._fd, self._watches_by_path[path][1])
+ signal, wd = self._watches_by_path[path]
del self._watches[wd]
del self._watches_by_path[path]
return True
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog