This commit is contained in:
Brad Warren
2015-11-19 22:13:04 -08:00
parent 2bdc60dfef
commit 489e79d777
+1 -1
View File
@@ -39,7 +39,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(plugin_ep.prepare()),
"was:\n\n{0}".format(plugin_ep.prepare()),
height=display_util.HEIGHT)
else:
return plugin_ep