mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
gpg: Confirmed that this error happens on UNIX too.
This commit is contained in:
parent
5952b486f5
commit
dfb68be410
@ -47,7 +47,7 @@ try:
|
|||||||
except TypeError:
|
except TypeError:
|
||||||
# This is the 'gnupg' library, not 'python-gnupg'.
|
# This is the 'gnupg' library, not 'python-gnupg'.
|
||||||
gnupg = None
|
gnupg = None
|
||||||
except OSError: # WindowsError?
|
except OSError:
|
||||||
gnupg = None
|
gnupg = None
|
||||||
log.error('Cannot use GPG. python-gnupg is installed but cannot '
|
log.error('Cannot use GPG. python-gnupg is installed but cannot '
|
||||||
'find the gnupg executable.')
|
'find the gnupg executable.')
|
||||||
|
Loading…
Reference in New Issue
Block a user