Fixed style.

This commit is contained in:
vimbaer 2014-09-12 00:02:11 +02:00
parent 64e9ef7dc3
commit 23a4a96cb9

View file

@ -188,7 +188,7 @@ def _password_from_command(username, host):
password = proc.stdout.read().decode('utf-8').strip()
except OSError as e:
logger.debug('Failed to execute command: {}\n{}'.
format(" ".join(command), str(e)))
format(" ".join(command), str(e)))
return None
return password