mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 10:26:06 +02:00
Merge remote-tracking branch 'origin/renew_verb' into 2348
This commit is contained in:
@@ -91,7 +91,8 @@ s.serve_forever()" """
|
||||
help="Automatically allows public IP logging.")
|
||||
|
||||
def prepare(self): # pylint: disable=missing-docstring,no-self-use
|
||||
pass # pragma: no cover
|
||||
if self.config.noninteractive_mode:
|
||||
raise errors.PluginError("Running manual mode non-interactively is not supported")
|
||||
|
||||
def more_info(self): # pylint: disable=missing-docstring,no-self-use
|
||||
return ("This plugin requires user's manual intervention in setting "
|
||||
|
||||
Reference in New Issue
Block a user