mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Remove extra newline.
This commit is contained in:
@@ -183,7 +183,7 @@ binary for temporary key/certificate generation.""".replace("\n", "")
|
|||||||
return response
|
return response
|
||||||
else:
|
else:
|
||||||
logger.error(
|
logger.error(
|
||||||
"Self-verify of challenge failed, authorization abandoned.\n")
|
"Self-verify of challenge failed, authorization abandoned.")
|
||||||
if self.conf("test-mode") and self._httpd.poll() is not None:
|
if self.conf("test-mode") and self._httpd.poll() is not None:
|
||||||
# simply verify cause command failure...
|
# simply verify cause command failure...
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user