[Erp5-report] r13675 - /erp5/trunk/utils/oood/serw.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Mar 26 18:54:32 CEST 2007
Author: bartek
Date: Mon Mar 26 18:54:31 2007
New Revision: 13675
URL: http://svn.erp5.org?rev=13675&view=rev
Log:
this line was sometimes rebuilding worker the second time, causing out-of-sync issue
Modified:
erp5/trunk/utils/oood/serw.py
Modified: erp5/trunk/utils/oood/serw.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/serw.py?rev=13675&r1=13674&r2=13675&view=diff
==============================================================================
--- erp5/trunk/utils/oood/serw.py (original)
+++ erp5/trunk/utils/oood/serw.py Mon Mar 26 18:54:31 2007
@@ -224,7 +224,6 @@
return _process(kw)
except unoRuntimeException:
print "unoRuntimeException in " + str(id)
- rebuilder = pool.pool.rebuild(id)()
id, w = self._pre(kw)
return _process(kw)
except Exception, e:
More information about the Erp5-report
mailing list