[Erp5-report] r40829 nicolas.dumazet - /erp5/trunk/products/ERP5Type/dynamic/lazy_class.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 29 07:08:51 CET 2010
Author: nicolas.dumazet
Date: Mon Nov 29 07:08:51 2010
New Revision: 40829
URL: http://svn.erp5.org?rev=40829&view=rev
Log:
this log is required if you want useful logs, please leave it.
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=40829&r1=40828&r2=40829&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dynamic/lazy_class.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dynamic/lazy_class.py [utf8] Mon Nov 29 07:08:51 2010
@@ -202,6 +202,7 @@ class PortalTypeMetaClass(GhostBaseMetaC
try:
class_definition = generatePortalTypeClass(portal_type)
except AttributeError:
+ import traceback; traceback.print_exc()
LOG("ERP5Type.Dynamic", WARNING,
"Could not access Portal Type Object for type %r"
% portal_type, error=sys.exc_info())
More information about the Erp5-report
mailing list