Skip to content

Fix InvalidUsage, was missing parameter

Christian Pietsch requested to merge Samwalton9:master into master

Created by: Samwalton9

I'll still post PRs for most things that touch Flask code since I have little to no experience of it, especially while I don't have access to a fully functioning version of the tool.

Anyway, looks like you took this code from http://flask.pocoo.org/docs/0.12/patterns/apierrors/ but tje 'payload' parameter was missing so it errors out if you have, for example, a blank edit summary. Think this should fix, but untested.

Merge request reports