Skip to content
Snippets Groups Projects
Commit 71bab749 authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed incorrect application of partial.

parent 3e4f79ea
No related branches found
No related tags found
1 merge request!50Introduced logging in case of plugin load error
This commit is part of merge request !50. Comments created here will be created in the context of that merge request.
......@@ -40,7 +40,8 @@ class BDSSApplication(Application):
mgr = ExtensionManager(
namespace='force.bdss.extensions',
invoke_on_load=True,
on_load_failure_callback=functools.partial(_load_failure_callback)
on_load_failure_callback=functools.partial(_load_failure_callback,
plugins)
)
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment