Unused var

This commit is contained in:
Alexandre Aubin 2021-08-28 12:35:28 +02:00 committed by GitHub
parent 6e1e034e10
commit 9b4b6d7009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,7 +422,7 @@ class _ActionsMapPlugin(object):
# Here, maybe we want to re-authenticate the session via the authenticator
# For example to check that the username authenticated is still in the admin group...
except Exception as e:
except Exception:
msg = m18n.g("authentication_required")
raise HTTPResponse(msg, 401)