mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 11:32:07 +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
|
domain = domain[:-1] if domain.endswith('.') else domain
|
||||||
|
|
||||||
# Explain separately that IP addresses aren't allowed (apart from not
|
# 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:
|
try:
|
||||||
socket.inet_aton(domain)
|
socket.inet_aton(domain)
|
||||||
raise errors.ConfigurationError(
|
raise errors.ConfigurationError(
|
||||||
|
|||||||
Reference in New Issue
Block a user