Commit 5a725561 authored by Jérome Perrin's avatar Jérome Perrin

add missing )



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11098 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 821b4a98
...@@ -63,7 +63,7 @@ class TALESConstraint(Constraint): ...@@ -63,7 +63,7 @@ class TALESConstraint(Constraint):
econtext = createExpressionContext(obj) econtext = createExpressionContext(obj)
try: try:
if not expression(econtext): if not expression(econtext):
errors.append(self._generateError(obj, 'Expression was false') errors.append(self._generateError(obj, 'Expression was false'))
except (ConflictError, CompilerError): except (ConflictError, CompilerError):
raise raise
except Exception, e: except Exception, e:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment