mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04:00
Switch from Error to PluginError
This commit is contained in:
parent
a45c4d157a
commit
a88f9cdc37
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ binary for temporary key/certificate generation.""".replace("\n", "")
|
|||
else:
|
||||
if not zope.component.getUtility(interfaces.IDisplay).yesno(
|
||||
self.IP_DISCLAIMER, "Yes", "No"):
|
||||
raise errors.Error("Must agree to IP logging to proceed")
|
||||
raise errors.PluginError("Must agree to IP logging to proceed")
|
||||
|
||||
self._notify_and_wait(self.MESSAGE_TEMPLATE.format(
|
||||
validation=validation.json_dumps(), response=response,
|
||||
|
|
|
|||
Loading…
Reference in a new issue