Fix a bug due to calling a GnuPG option which was removed several versions ago.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-10 09:40:36 +00:00
parent 5d0e45170f
commit fdaadcbd20
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 2 additions and 1 deletions

View File

@ -535,7 +535,8 @@ class GPG(object):
:param bool secret: If True, delete the corresponding secret key(s) :param bool secret: If True, delete the corresponding secret key(s)
also. (default: False) also. (default: False)
""" """
which='key'
which='keys'
if secret: if secret:
which='secret-key' which='secret-key'