fixing bug in gpg signing

This commit is contained in:
brent s. 2017-05-06 06:53:28 -04:00
parent 6f3a0f6b86
commit 676265b2aa
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ def genGPG(conf):
s))
if mykey:
try:
privkey = gpg.get_key(mykey, True)
pkeys.append(gpg.get_key(mykey, True))
except:
exit('{0}: ERROR: You specified using {1} but we have no secret key for that ID!'.format(
datetime.datetime.now(),