Skip to content

Commit

Permalink
Fixing last change
Browse files Browse the repository at this point in the history
  • Loading branch information
marinho committed Jun 24, 2010
1 parent 22af69a commit 7fc535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geraldo/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def get_value_by_expression(self, expression=None):
if not callable(self.on_expression_error):
raise

return on_expression_error(self, e, expression, self.instance)
return self.on_expression_error(self, e, expression, self.instance)

class SystemField(Label):
"""This shows system informations, like the report title, current date/time,
Expand Down

0 comments on commit 7fc535c

Please sign in to comment.