mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
[interfaces.py] add missing :raises: for iDisplay.input
This commit is contained in:
@@ -399,6 +399,9 @@ class IDisplay(zope.interface.Interface):
|
||||
`input` - str of the user's input
|
||||
:rtype: tuple
|
||||
|
||||
:raises errors.MissingCommandlineFlag: if called in non-interactive
|
||||
mode without a default set
|
||||
|
||||
"""
|
||||
|
||||
def yesno(message, yes_label="Yes", no_label="No", default=None,
|
||||
|
||||
Reference in New Issue
Block a user