ui: Machine: remove offending param for a _printData() call
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicolas Sebrecht
					Nicolas Sebrecht