gpg: fixup lint/pep8

This commit is contained in:
Roman Zeyde
2016-05-21 20:00:38 +03:00
parent ee4bcddd22
commit a535b31a1b
4 changed files with 5 additions and 6 deletions

View File

@@ -285,7 +285,8 @@ def load_public_key(stream, use_custom=False):
verify_digest(pubkey=pubkey, digest=digest,
signature=signature['sig'], label='GPG public key')
else:
log.warning('public key %s cannot be verified!', util.hexlify(pubkey['key_id']))
log.warning('public key %s cannot be verified!',
util.hexlify(pubkey['key_id']))
packet = pubkey
while use_custom: