summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-18 13:45:05 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-18 13:45:05 +0200
commit51bd16fb3d879a6ba67397718a4bf86bb6048d1e (patch)
tree6b3195d412c1fc44d52fb7fca6d32373bc32343a
parent7a3f0dc677d01d46fd21fa29b680c4db76074420 (diff)
downloadgemato-51bd16fb3d879a6ba67397718a4bf86bb6048d1e.tar.gz
openpgp: Fix whitespace
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--gemato/openpgp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemato/openpgp.py b/gemato/openpgp.py
index 2f01a9e..e1511b4 100644
--- a/gemato/openpgp.py
+++ b/gemato/openpgp.py
@@ -323,7 +323,7 @@ disable-scdaemon
logging.debug('refresh_keys_wkd(): gpg --export failed: {}'
.format(err.decode('utf8')))
return False
-
+
exitst, out, err = self._spawn_gpg(['--import',
'--status-fd', '1'], out)
if exitst != 0: