mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fixed style.
This commit is contained in:
parent
64e9ef7dc3
commit
23a4a96cb9
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ def _password_from_command(username, host):
|
||||||
password = proc.stdout.read().decode('utf-8').strip()
|
password = proc.stdout.read().decode('utf-8').strip()
|
||||||
except OSError as e:
|
except OSError as e:
|
||||||
logger.debug('Failed to execute command: {}\n{}'.
|
logger.debug('Failed to execute command: {}\n{}'.
|
||||||
format(" ".join(command), str(e)))
|
format(" ".join(command), str(e)))
|
||||||
return None
|
return None
|
||||||
|
|
||||||
return password
|
return password
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue