mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 03:44:41 +00:00
ipa[server,replica,client]: pylint fixes
This commit is contained in:
@@ -159,7 +159,7 @@ def main():
|
||||
ping_test_ok = True
|
||||
except OSError:
|
||||
pass
|
||||
except GSSError as e:
|
||||
except GSSError:
|
||||
pass
|
||||
|
||||
# Second try: Validate krb5 keytab with temporary krb5
|
||||
@@ -197,7 +197,7 @@ def main():
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
except GSSError as e:
|
||||
except GSSError:
|
||||
pass
|
||||
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user