From 749ef6fa00e9f67affa1426e4081f6f512b36de9 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 13 Mar 2015 02:20:48 +0000 Subject: [PATCH] PEP8 whitespace fixes in gnupg/_meta.py. --- gnupg/_meta.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnupg/_meta.py b/gnupg/_meta.py index f93bae4..68d2873 100644 --- a/gnupg/_meta.py +++ b/gnupg/_meta.py @@ -994,16 +994,13 @@ class GPGBase(object): for recp in recipients.split(' '): self._add_recipient_string(args, hidden_recipients, recp) ## ...and now that we've proven py3k is better... - else: log.debug("Don't know what to do with recipients: '%s'" % recipients) result = self._result_map['crypt'](self) - log.debug("Got data '%s' with type '%s'." - % (data, type(data))) - self._handle_io(args, data, result, - passphrase=passphrase, binary=True) + log.debug("Got data '%s' with type '%s'." % (data, type(data))) + self._handle_io(args, data, result, passphrase=passphrase, binary=True) log.debug("\n%s" % result.data) if output_filename: