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:
|
except Exception, e:
|
||||||
log.error("Unable to instantiate plugin!")
|
log.error("Unable to instantiate plugin!")
|
||||||
log.exception(e)
|
log.exception(e)
|
||||||
|
continue
|
||||||
instance.enable()
|
instance.enable()
|
||||||
if self.get_state() == component.COMPONENT_STATE.index("Started"):
|
if self.get_state() == component.COMPONENT_STATE.index("Started"):
|
||||||
component.start(instance.plugin.get_component_name())
|
component.start(instance.plugin.get_component_name())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user