From 23a4a96cb9369c6cdeed581b6e531a231ba060f2 Mon Sep 17 00:00:00 2001 From: vimbaer Date: Fri, 12 Sep 2014 00:02:11 +0200 Subject: [PATCH] Fixed style. --- vdirsyncer/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdirsyncer/utils/__init__.py b/vdirsyncer/utils/__init__.py index 57815b7..2fdedcf 100644 --- a/vdirsyncer/utils/__init__.py +++ b/vdirsyncer/utils/__init__.py @@ -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