[Erp5-report] r39562 kazuhiko - /erp5/trunk/products/ERP5Type/ERP5Type.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 27 14:10:56 CEST 2010


Author: kazuhiko
Date: Wed Oct 27 14:10:54 2010
New Revision: 39562

URL: http://svn.erp5.org?rev=39562&view=rev
Log:
typo, sorry.

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

Modified: erp5/trunk/products/ERP5Type/ERP5Type.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/ERP5Type.py?rev=39562&r1=39561&r2=39562&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/ERP5Type.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/ERP5Type.py [utf8] Wed Oct 27 14:10:54 2010
@@ -318,7 +318,7 @@ class ERP5TypeInformation(XMLObject,
       """
       # you should not pass temp_object to constructTempInstance
       original_container = container.getOriginalDocument()
-      if original_container is None
+      if original_container is None:
         ob = self.constructInstance(container, id, temp_object=1, *args, **kw)
         container._setObject(id, ob.aq_base)
       else:




More information about the Erp5-report mailing list