fixing bug in gpg signing
This commit is contained in:
parent
6f3a0f6b86
commit
676265b2aa
@ -52,7 +52,7 @@ def genGPG(conf):
|
|||||||
s))
|
s))
|
||||||
if mykey:
|
if mykey:
|
||||||
try:
|
try:
|
||||||
privkey = gpg.get_key(mykey, True)
|
pkeys.append(gpg.get_key(mykey, True))
|
||||||
except:
|
except:
|
||||||
exit('{0}: ERROR: You specified using {1} but we have no secret key for that ID!'.format(
|
exit('{0}: ERROR: You specified using {1} but we have no secret key for that ID!'.format(
|
||||||
datetime.datetime.now(),
|
datetime.datetime.now(),
|
||||||
|
Loading…
Reference in New Issue
Block a user