-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
It looks like
colander/src/colander/__init__.py
Lines 557 to 558 in 6cc5ddb
| min_err = _(self.min_err, mapping={'min': self.min}) | |
| raise Invalid(node, min_err) |
should actually be
min_err = _(self.min_err, mapping={'min': self.min}).interpolate()
raise Invalid(node, min_err)and likewise with max_error below. Otherwise the raised Invalid() exception will contain
Longer than maximum length ${max}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels