mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Trivial change to re-run tests after spurious integration test failure
This commit is contained in:
@@ -319,7 +319,7 @@ def enforce_domain_sanity(domain):
|
||||
domain = domain[:-1] if domain.endswith('.') else domain
|
||||
|
||||
# Explain separately that IP addresses aren't allowed (apart from not
|
||||
# being FQDNs) because hope springs eternal on this point
|
||||
# being FQDNs) because hope springs eternal concerning this point
|
||||
try:
|
||||
socket.inet_aton(domain)
|
||||
raise errors.ConfigurationError(
|
||||
|
||||
Reference in New Issue
Block a user