Comment out the pretty printing of results for GPG.import_key() for now.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-27 08:22:35 +00:00
parent eb93fd48de
commit 3516431da9
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 2 additions and 2 deletions

View File

@ -856,8 +856,8 @@ use_agent: %s
log.info('Importing: %r', key_data[:256])
data = _make_binary_stream(key_data, self.encoding)
self._handle_io(['--import'], data, result, binary=True)
pretty = pprint(result.__dict__, indent=4, width=76, depth=8)
log.debug("Import result:%s%s" % (os.linesep, pretty))
#pretty = pprint(result.__dict__, indent=4, width=76, depth=8)
#log.debug("Import result:%s%s" % (os.linesep, pretty))
data.close()
return result