[Erp5-report] r13232 - /erp5/trunk/utils/oood/serw.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 6 12:48:23 CET 2007
Author: bartek
Date: Tue Mar 6 12:48:20 2007
New Revision: 13232
URL: http://svn.erp5.org?rev=13232&view=rev
Log:
raise instruction was redundant - control never reaches this point
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=13232&r1=13231&r2=13232&view=diff
==============================================================================
--- erp5/trunk/utils/oood/serw.py (original)
+++ erp5/trunk/utils/oood/serw.py Tue Mar 6 12:48:20 2007
@@ -206,7 +206,6 @@
rebuilder=pool.pool.rebuild(id)()
id,w=self._pre(kw)
return _process(kw)
- raise
except Exception,e:
print e
traceback.print_tb(sys.exc_info()[2])
More information about the Erp5-report
mailing list