You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The translated string (without expanded values) is already part of the exception object, though, then why not expand its values too?
Also, it might be problematic for users to delegate .interpolate() because it might fail if the Invalid exception doesn’t contain a a TranslationString — or is it guaranteed that it does? Just feels odd to me to expect users of an exception to continue manipulating the exception message 🤔
It looks like
colander/src/colander/__init__.py
Lines 557 to 558 in 6cc5ddb
should actually be
and likewise with
max_error
below. Otherwise the raisedInvalid()
exception will containThe text was updated successfully, but these errors were encountered: