mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Comma
This commit is contained in:
@@ -38,7 +38,7 @@ def choose_plugin(prepared, question):
|
||||
util(interfaces.IDisplay).notification(
|
||||
"The selected plugin encountered an error while parsing "
|
||||
"your server configuration and cannot be used. The error "
|
||||
"was: {0}".format(prepared[index].prepare())
|
||||
"was: {0}".format(prepared[index].prepare()),
|
||||
height=display_util.HEIGHT)
|
||||
else:
|
||||
return prepared[index]
|
||||
|
||||
Reference in New Issue
Block a user