Missing id

merge-requests/30/head
Bob Mottram 2021-03-17 20:22:27 +00:00
parent 67f63c5119
commit 133b77386a
1 changed files with 1 additions and 1 deletions

2
pgp.py
View File

@ -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