Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
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
Pipeline
#6756
passed with stage
in 3 seconds
Changes
1
Pipelines
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