GnuPGInterface can't work under windows.
This commit is contained in:
parent
3642ea0fab
commit
0c0e28b78f
|
@ -269,10 +269,7 @@ class GnuPG:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
if os.name == 'nt':
|
self.call = 'gpg'
|
||||||
self.call = 'gpg.exe'
|
|
||||||
else:
|
|
||||||
self.call = 'gpg'
|
|
||||||
self.passphrase = None
|
self.passphrase = None
|
||||||
self.options = Options()
|
self.options = Options()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue