From 2b88b2088aac9f7683d67461bbf7f37479bcb1c6 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Wed, 2 Mar 2011 11:53:44 +0000 Subject: [PATCH] Re-raise the exception which may be raised when generating accessors git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43888 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/dynamic/lazy_class.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5Type/dynamic/lazy_class.py b/product/ERP5Type/dynamic/lazy_class.py index dd66588de0..c92078d976 100644 --- a/product/ERP5Type/dynamic/lazy_class.py +++ b/product/ERP5Type/dynamic/lazy_class.py @@ -342,6 +342,7 @@ class PortalTypeMetaClass(GhostBaseMetaClass, PropertyHolder): except Exception: import traceback; traceback.print_exc() + raise finally: ERP5Base.aq_method_lock.release() -- 2.30.9