[Erp5-report] r43888 arnaud.fontaine - /erp5/trunk/products/ERP5Type/dynamic/lazy_class.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 2 12:53:45 CET 2011


Author: arnaud.fontaine
Date: Wed Mar  2 12:53:44 2011
New Revision: 43888

URL: http://svn.erp5.org?rev=43888&view=rev
Log:
Re-raise the exception which may be raised when generating accessors

Modified:
    erp5/trunk/products/ERP5Type/dynamic/lazy_class.py

Modified: erp5/trunk/products/ERP5Type/dynamic/lazy_class.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dynamic/lazy_class.py?rev=43888&r1=43887&r2=43888&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dynamic/lazy_class.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dynamic/lazy_class.py [utf8] Wed Mar  2 12:53:44 2011
@@ -342,6 +342,7 @@ class PortalTypeMetaClass(GhostBaseMetaC
 
       except Exception:
         import traceback; traceback.print_exc()
+        raise
     finally:
       ERP5Base.aq_method_lock.release()
 



More information about the Erp5-report mailing list