plangrid / flask-rebar

Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.
MIT License
233 stars 38 forks source link

Make `raise_400_for_marshmallow_errors` raise again #317

Closed kaiku closed 1 month ago

kaiku commented 2 months ago

Buried in #300 was a consequential change to raise_400_for_marshmallow_errors that changed its behavior from raising errors to returning them.

This affects >= 3.2.0.

This PR reverts this change as it seems unnecessary.