Author: duncan
Date: Wed Oct 25 07:10:34 2006
New Revision: 8472

Modified:
   branches/rel-1/freevo/src/helpers/rssPeriodic.py

Log:
Buf fix, didn't detect EOF.


Modified: branches/rel-1/freevo/src/helpers/rssPeriodic.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/rssPeriodic.py    (original)
+++ branches/rel-1/freevo/src/helpers/rssPeriodic.py    Wed Oct 25 07:10:34 2006
@@ -71,6 +71,8 @@
        downloadedUrls=pickle.load(open(cacheFile,"r"))
     except IOError:
        return False
+    except EOFError:
+       return False
     foundFile=False
     for line in downloadedUrls:
         if string in line:

-------------------------------------------------------------------------
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