mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Pylint cleanup.
Add more dynamic attribute info to IPATypeChecker in make-lint. Remove unnecessary pylint comments. Fix false positivies introduced by Pylint 0.26. https://fedorahosted.org/freeipa/ticket/3379
This commit is contained in:
committed by
Martin Kosek
parent
41d11f443b
commit
77bb4b5177
@@ -1350,7 +1350,6 @@ def get_ca_cert_from_file(url):
|
||||
Raises errors.FileError if unable to write cert.
|
||||
'''
|
||||
|
||||
# pylint: disable=E1101
|
||||
try:
|
||||
parsed = urlparse.urlparse(url, 'file')
|
||||
except Exception, e:
|
||||
|
||||
Reference in New Issue
Block a user