Fix a bug due to calling a GnuPG option which was removed several versions ago.
parent
5d0e45170f
commit
fdaadcbd20
|
@ -535,7 +535,8 @@ class GPG(object):
|
|||
:param bool secret: If True, delete the corresponding secret key(s)
|
||||
also. (default: False)
|
||||
"""
|
||||
which='key'
|
||||
|
||||
which='keys'
|
||||
if secret:
|
||||
which='secret-key'
|
||||
|
||||
|
|
Loading…
Reference in New Issue