Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
b351486f
Commit
b351486f
authored
Aug 15, 2012
by
Clément Schreiner
Browse files
Pass keyword arguments to the plugins.
parent
6c64516d
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/lib/plugins.py
View file @
b351486f
...
...
@@ -194,7 +194,8 @@ class Plugins(object):
self
.
plugins
[
module
.
name
]
=
module
.
plugin
(
module
.
name
,
self
.
package_version
,
models
=
module
.
models
,
changes
=
self
.
changes
)
changes
=
self
.
changes
,
kw
=
self
.
kw
)
except
Exception
:
log
.
debug
(
'Something went wrong while loading the plugin {}:'
'{}'
.
format
(
module
.
name
,
traceback
.
format_exc
()))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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