need to actually continue from the loop otherwise another error still occurs
This commit is contained in:
parent
2308961a04
commit
1a9f715353
@ -137,6 +137,7 @@ class PluginManagerBase:
|
||||
except Exception, e:
|
||||
log.error("Unable to instantiate plugin!")
|
||||
log.exception(e)
|
||||
continue
|
||||
instance.enable()
|
||||
if self.get_state() == component.COMPONENT_STATE.index("Started"):
|
||||
component.start(instance.plugin.get_component_name())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user