mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:02:15 +02:00
Merge pull request #6932 from adferrand/pylint-squash
Update Pylint to 1.9.4 (squashed PR)
This commit is contained in:
@@ -82,7 +82,7 @@ class _DNSMadeEasyLexiconClient(dns_common_lexicon.LexiconClient):
|
||||
|
||||
def _handle_http_error(self, e, domain_name):
|
||||
if domain_name in str(e) and str(e).startswith('404 Client Error: Not Found for url:'):
|
||||
return
|
||||
return None
|
||||
|
||||
hint = None
|
||||
if str(e).startswith('403 Client Error: Forbidden for url:'):
|
||||
|
||||
Reference in New Issue
Block a user