ACTUAL fix for this bug

This commit is contained in:
Michael Greene
2019-08-01 19:24:36 -07:00
parent 3d653f4d9f
commit e19e4181af
2 changed files with 4 additions and 2 deletions

View File

@@ -635,6 +635,8 @@ class TestPGPKey_Actions(object):
key_data = gpg.Data(string=str(pubkey))
gpg.core.gpgme.gpgme_op_import(c.wrapped, key_data)
print(list(c.keylist()))
vargs = [gpg.Data(string=str(subject))]
if sig is not None:
vargs += [gpg.Data(string=str(sig))]