Remove confirmation in text display

This commit is contained in:
Brad Warren
2015-11-19 22:35:28 -08:00
parent 52361cc730
commit 350a07086f
+1 -1
View File
@@ -40,7 +40,7 @@ def choose_plugin(prepared, question):
"The selected plugin encountered an error while parsing "
"your server configuration and cannot be used. The error "
"was:\n\n{0}".format(plugin_ep.prepare()),
height=display_util.HEIGHT)
height=display_util.HEIGHT, pause=False)
else:
return plugin_ep
elif code == display_util.HELP: