From ae6ec8be66157f190d572f228983fa1dbd4d98ed Mon Sep 17 00:00:00 2001
From: Vincent Le Gallic <legallic@crans.org>
Date: Mon, 29 Jul 2013 00:58:36 +0200
Subject: [PATCH] Erreur dans le path gnupg
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

En fait ça créait vraiment un répertoire './~'.
---
 client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client.py b/client.py
index 091ac19..a5d1a6a 100755
--- a/client.py
+++ b/client.py
@@ -190,7 +190,7 @@ def check_keys():
     if VERB:
         print("M : l'uid correspond au mail du fingerprint\nC : confiance OK (inclu la vérification de non expiration).\n")
     keys = all_keys()
-    gpg = gnupg.GPG(gnupghome='~/.gnupg')
+    gpg = gnupg.GPG()
     localkeys = gpg.list_keys()
     failed = False
     for (mail, fpr) in keys.values():
-- 
GitLab