Explicitly list public keys if we didn't specify for secret ones.

feature/documentation-builds-html
Isis Lovecruft 2013-04-15 01:07:22 +00:00
parent 1be0114847
commit 26d8f98513
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ class GPG(object):
""" """
which='keys' which='public-keys'
if secret: if secret:
which='secret-keys' which='secret-keys'
args = "--list-%s --fixed-list-mode --fingerprint --with-colons" % (which,) args = "--list-%s --fixed-list-mode --fingerprint --with-colons" % (which,)