mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
pylint: remove unused variable
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
committed by
Rob Crittenden
parent
2f8eb73f58
commit
9ba0494c26
@@ -972,7 +972,7 @@ class login_password(Backend, KerberosSession):
|
||||
|
||||
try:
|
||||
query_dict = parse_qs(query_string)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
return self.bad_request(environ, start_response, "cannot parse query data")
|
||||
|
||||
user = query_dict.get('user', None)
|
||||
|
||||
Reference in New Issue
Block a user