mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Make pep8 happy
This commit is contained in:
@@ -161,7 +161,7 @@ binary for temporary key/certificate generation.""".replace("\n", "")
|
||||
raise errors.Error("Couldn't execute manual command")
|
||||
else:
|
||||
if not zope.component.getUtility(interfaces.IDisplay).yesno(
|
||||
self.IP_DISCLAIMER, "Yes", "No"):
|
||||
self.IP_DISCLAIMER, "Yes", "No"):
|
||||
raise errors.Error("Must agree to proceed")
|
||||
|
||||
self._notify_and_wait(self.MESSAGE_TEMPLATE.format(
|
||||
|
||||
Reference in New Issue
Block a user