mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
remove unused exception var
This commit is contained in:
parent
b1d576d615
commit
48d14f34d2
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class BaseAuthenticator(object):
|
|||
s_id, s_token = token
|
||||
# Attempt to authenticate
|
||||
self._authenticate_session(s_id, s_token)
|
||||
except MoulinetteError as e:
|
||||
except MoulinetteError:
|
||||
raise
|
||||
except Exception as e:
|
||||
logger.exception(
|
||||
|
|
Loading…
Reference in a new issue