Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Weblate
gajim-plugins
Commits
e4a88c9d
Commit
e4a88c9d
authored
Nov 22, 2020
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[openpgp] Fix error logging
Fixes
#446
parent
2fa94478
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openpgp/backend/pygpg.py
openpgp/backend/pygpg.py
+1
-1
No files found.
openpgp/backend/pygpg.py
View file @
e4a88c9d
...
...
@@ -114,7 +114,7 @@ class PythonGnuPG(gnupg.GPG):
result
=
super
().
import_keys
(
data
)
if
not
result
:
log
.
error
(
'Could not import key'
)
log
.
error
(
result
.
results
[
0
]
)
log
.
error
(
result
)
return
if
not
self
.
validate_key
(
data
,
str
(
jid
)):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment