Most users won't see this but having space after prompt still nice for passwords.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user