Author: dmeyer
Date: Fri Apr 21 19:49:17 2006
New Revision: 1437

Modified:
   trunk/beacon/src/crawl.py

Log:
bugfix

Modified: trunk/beacon/src/crawl.py
==============================================================================
--- trunk/beacon/src/crawl.py   (original)
+++ trunk/beacon/src/crawl.py   Fri Apr 21 19:49:17 2006
@@ -166,7 +166,8 @@
                 if mask & INotify.CLOSE_WRITE:
                     # The file is closed. So we can remove the current running
                     # timer and check now
-                    timer.stop()
+                    if timer:
+                        timer.stop()
                     del self.last_checked[name]
                 else:
                     # Do not check again, but restart the timer, it is expired


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to