Most users won't see this but having space after prompt still nice for passwords.
This commit is contained in:
parent
bbac7663f4
commit
bb20c179c4
@ -35,6 +35,6 @@ def prompt_if_not_set(variable, text, password=False):
|
|||||||
if not password:
|
if not password:
|
||||||
variable=raw_input(text + u' ')
|
variable=raw_input(text + u' ')
|
||||||
else:
|
else:
|
||||||
variable=getpass.getpass(text)
|
variable=getpass.getpass(text + u' ')
|
||||||
|
|
||||||
return variable
|
return variable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user