Skip to content
Snippets Groups Projects
Commit ae6ec8be authored by Vincent Le gallic's avatar Vincent Le gallic
Browse files

Erreur dans le path gnupg

En fait ça créait vraiment un répertoire './~'.
parent 0bdf2035
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ def check_keys(): ...@@ -190,7 +190,7 @@ def check_keys():
if VERB: if VERB:
print("M : l'uid correspond au mail du fingerprint\nC : confiance OK (inclu la vérification de non expiration).\n") print("M : l'uid correspond au mail du fingerprint\nC : confiance OK (inclu la vérification de non expiration).\n")
keys = all_keys() keys = all_keys()
gpg = gnupg.GPG(gnupghome='~/.gnupg') gpg = gnupg.GPG()
localkeys = gpg.list_keys() localkeys = gpg.list_keys()
failed = False failed = False
for (mail, fpr) in keys.values(): for (mail, fpr) in keys.values():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment