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
60
Issues
60
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
c959602a
Commit
c959602a
authored
Aug 02, 2017
by
Apromixately
Committed by
Philipp Hörist
Aug 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[plugin_installer] Improve manifest error message
parent
4c3c4a2a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
plugin_installer/plugin_installer.py
plugin_installer/plugin_installer.py
+5
-2
No files found.
plugin_installer/plugin_installer.py
View file @
c959602a
...
...
@@ -395,8 +395,11 @@ class DownloadAsync(threading.Thread):
continue
opts
=
config
.
options
(
'info'
)
if
not
set
(
MANDATORY_FIELDS
).
issubset
(
opts
):
log
.
warning
(
'Plugin is missing mandatory fields in manifest.ini. '
'Plugin not loaded.'
)
log
.
warning
(
'%s is missing mandatory fields %s. '
'Plugin not loaded.'
,
filename
,
set
(
MANDATORY_FIELDS
).
difference
(
opts
))
continue
# Add icon and remote dir
icon
=
None
...
...
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