better replacement of original form KeyError
This commit is contained in:
parent
c9a1f7ad65
commit
0a300d007d
2 changed files with 10 additions and 6 deletions
|
|
@ -110,7 +110,7 @@ class Request(RequestBase):
|
|||
return _split_blueprint_path(name)
|
||||
|
||||
def _load_form_data(self) -> None:
|
||||
RequestBase._load_form_data(self)
|
||||
super()._load_form_data()
|
||||
|
||||
# In debug mode we're replacing the files multidict with an ad-hoc
|
||||
# subclass that raises a different error for key errors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue