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:
|
||||
# This is the 'gnupg' library, not 'python-gnupg'.
|
||||
gnupg = None
|
||||
except OSError: # WindowsError?
|
||||
except OSError:
|
||||
gnupg = None
|
||||
log.error('Cannot use GPG. python-gnupg is installed but cannot '
|
||||
'find the gnupg executable.')
|
||||
|
Loading…
Reference in New Issue
Block a user