Meant update, not copy
This commit is contained in:
parent
9650c1867b
commit
c18212f477
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def abort(status_code, message=None, **kwargs):
|
||||||
DEFAULT_MESSAGE.get(status_code, ''))
|
DEFAULT_MESSAGE.get(status_code, ''))
|
||||||
|
|
||||||
params = dict(request.view_args)
|
params = dict(request.view_args)
|
||||||
params.copy(kwargs)
|
params.update(kwargs)
|
||||||
|
|
||||||
# Add the user information.
|
# Add the user information.
|
||||||
auth_user = get_authenticated_user()
|
auth_user = get_authenticated_user()
|
||||||
|
|
Reference in a new issue