[Erp5-report] r41692 nicolas.dumazet - /erp5/trunk/products/ERP5Type/dynamic/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 23 06:22:36 CET 2010


Author: nicolas.dumazet
Date: Thu Dec 23 06:22:35 2010
New Revision: 41692

URL: http://svn.erp5.org?rev=41692&view=rev
Log:
an else: clause was missing

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

Modified: erp5/trunk/products/ERP5Type/dynamic/portal_type_class.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dynamic/portal_type_class.py?rev=41692&r1=41691&r2=41692&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dynamic/portal_type_class.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dynamic/portal_type_class.py [utf8] Thu Dec 23 06:22:35 2010
@@ -235,6 +235,7 @@ def generatePortalTypeClass(portal_type_
       LOG("ERP5Type.dynamic", WARNING,
           "Property Sheet Tool was not found. Please update erp5_core "
           "Business Template")
+    else:
       if portal_type is not None:
         # Get the Property Sheets defined on the portal_type and use the
         # ZODB Property Sheet rather than the filesystem only if it



More information about the Erp5-report mailing list