need to actually continue from the loop otherwise another error still occurs
This commit is contained in:
parent
219f745e68
commit
93e3d2acf6
|
@ -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…
Reference in New Issue