Author: dmeyer
Date: Sun Oct 14 06:21:20 2007
New Revision: 2867

Log:
adjust to new beacon.get

Modified:
   trunk/feedmanager/src/core.py

Modified: trunk/feedmanager/src/core.py
==============================================================================
--- trunk/feedmanager/src/core.py       (original)
+++ trunk/feedmanager/src/core.py       Sun Oct 14 06:21:20 2007
@@ -241,6 +241,9 @@
 
                 if os.path.isfile(filename):
                     item = kaa.beacon.get(filename)
+                    if isinstance(item, kaa.notifier.InProgress):
+                        yield item
+                        item = item.get_result()
                     if not item.scanned():
                         async = item.scan()
                         if isinstance(async, kaa.notifier.InProgress):

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to