Commit b351486f authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Pass keyword arguments to the plugins.

parent 6c64516d
......@@ -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()))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment