[Erp5-report] r11098 - /erp5/trunk/products/ERP5Type/Constraint/TALESConstraint.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Nov 5 11:05:12 CET 2006


Author: jerome
Date: Sun Nov  5 11:05:08 2006
New Revision: 11098

URL: http://svn.erp5.org?rev=11098&view=rev
Log:
add missing )


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

Modified: erp5/trunk/products/ERP5Type/Constraint/TALESConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Constraint/TALESConstraint.py?rev=11098&r1=11097&r2=11098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Constraint/TALESConstraint.py (original)
+++ erp5/trunk/products/ERP5Type/Constraint/TALESConstraint.py Sun Nov  5 11:05:08 2006
@@ -63,7 +63,7 @@
     econtext = createExpressionContext(obj)
     try:
       if not expression(econtext):
-        errors.append(self._generateError(obj, 'Expression was false')
+        errors.append(self._generateError(obj, 'Expression was false'))
     except (ConflictError, CompilerError):
       raise
     except Exception, e:




More information about the Erp5-report mailing list