[Erp5-report] r13683 - /erp5/trunk/products/ERP5/Tool/ContributionTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 26 22:43:24 CEST 2007


Author: jp
Date: Mon Mar 26 22:43:23 2007
New Revision: 13683

URL: http://svn.erp5.org?rev=13683&view=rev
Log:
Extended API of crawlContent.

Modified:
    erp5/trunk/products/ERP5/Tool/ContributionTool.py

Modified: erp5/trunk/products/ERP5/Tool/ContributionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/ContributionTool.py?rev=13683&r1=13682&r2=13683&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/ContributionTool.py (original)
+++ erp5/trunk/products/ERP5/Tool/ContributionTool.py Mon Mar 26 22:43:23 2007
@@ -640,7 +640,8 @@
     except urllib2.URLError, error:
       if error.reason.args[0] == -3:
         # Temporary failure in name resolution - try again in 1 day
-        self.activate(at_date=DateTime() + 1).newContentFromURL(
+        self.activate(at_date=DateTime() + 1,
+                      activity="SQLQueue").newContentFromURL(
                         container_path=container_path, id=id,
                         repeat=repeat - 1, **kw)
       else:




More information about the Erp5-report mailing list