ui: Machine: remove offending param for a _printData() call
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
f2010cdfb0
commit
8c6abc413e
@ -182,7 +182,7 @@ class MachineUI(UIBase):
|
||||
|
||||
s._log_con_handler.acquire() # lock the console output
|
||||
try:
|
||||
s._printData(s.logger.info, 'getpass', accountname, False)
|
||||
s._printData(s.logger.info, 'getpass', accountname)
|
||||
return (sys.stdin.readline()[:-1])
|
||||
finally:
|
||||
s._log_con_handler.release()
|
||||
|
Loading…
Reference in New Issue
Block a user