[entropy.output] fix inputBox

This commit is contained in:
Fabio Erculiani
2009-12-26 15:34:58 +01:00
parent ef69d96e8c
commit 8055ebe06b
+1 -1
View File
@@ -961,7 +961,7 @@ class TextInterface:
use_cb = False
myresult = list_editor(data, cancel_button, callback)
else:
myresult = readtext(input_text+":", password = password).decode('utf-8')
myresult = readtext(input_text+": ", password = password).decode('utf-8')
except (KeyboardInterrupt, EOFError,):
if not cancel_button: # use with care
continue