* Updated Display.prompt to use the normalized prompt message.
This commit is contained in:
parent
b38f746604
commit
ea8af15dfe
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class Display:
|
||||||
prompt_string = to_text(prompt_string)
|
prompt_string = to_text(prompt_string)
|
||||||
|
|
||||||
if private:
|
if private:
|
||||||
return getpass.getpass(msg)
|
return getpass.getpass(prompt_string)
|
||||||
else:
|
else:
|
||||||
return input(prompt_string)
|
return input(prompt_string)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue