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