Change a str to a repr in a log message.

fix/99-recv-keys-network-test
Isis Lovecruft 2015-03-13 02:21:18 +00:00
parent 749ef6fa00
commit 657be31ae1
No known key found for this signature in database
GPG Key ID: 18C16EC5F9F1D673
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ class GPGBase(object):
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'"
log.debug("Don't know what to do with recipients: %r"
% recipients)
result = self._result_map['crypt'](self)