This commit is contained in:
Brad Warren
2015-11-19 21:16:44 -08:00
parent 2e06939fec
commit 279c0d9ddf
+1 -1
View File
@@ -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]