We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28f732 commit 04b9a4cCopy full SHA for 04b9a4c
gnupg.txt
@@ -1,6 +1,7 @@
1
import gnupg
2
3
-gpg = gnupg.GPG(gnupghome='C:/Program Files (x86)/GnuPG')
+#gpg = gnupg.GPG(gnupghome='C:/Program Files (x86)/GnuPG')
4
+gpg = gnupg.GPG(gnupghome='.', gpgbinary='C:/Program Files/git/usr/bin/gpg.exe')
5
kdata = """
6
-----BEGIN PGP PUBLIC KEY BLOCK-----
7
@@ -55,4 +56,4 @@ ot5dBq2WWiXzkja7DdgUhIHWAw7G+iTM4JpvxoVUeo7nD0LmcAdVWFiFAO9mBwHB
55
56
-----END PGP PUBLIC KEY BLOCK-----
57
"""
58
k = gpg.import_keys(kdata)
-k.fingerprints
59
+print(k.fingerprints)
0 commit comments