Skip to content

Commit

Permalink
forgot to add super
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Groszer committed Sep 6, 2012
1 parent cb15ee8 commit 1953cae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/z3c/form/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -1124,3 +1124,5 @@ def _validate(self, value):
if self.context is not None:
if self.query(self.context) == value:
return

super(ForgivingChoice, self)._validate(value)

0 comments on commit 1953cae

Please sign in to comment.