mirror of https://gitlab.com/bashrc2/epicyon
Missing id
parent
67f63c5119
commit
133b77386a
2
pgp.py
2
pgp.py
|
@ -425,7 +425,7 @@ def _pgpLocalPublicKeyId() -> str:
|
||||||
def _pgpLocalPublicKey() -> str:
|
def _pgpLocalPublicKey() -> str:
|
||||||
"""Gets the local pgp public key
|
"""Gets the local pgp public key
|
||||||
"""
|
"""
|
||||||
keyId = _pgpLocalPublicKey()
|
keyId = _pgpLocalPublicKeyId()
|
||||||
if not keyId:
|
if not keyId:
|
||||||
return None
|
return None
|
||||||
cmdStr = "gpg --armor --export " + keyId
|
cmdStr = "gpg --armor --export " + keyId
|
||||||
|
|
Loading…
Reference in New Issue