need to actually continue from the loop otherwise another error still occurs

This commit is contained in:
Damien Churchill 2009-10-28 13:33:27 +00:00
parent 219f745e68
commit 93e3d2acf6
1 changed files with 1 additions and 0 deletions

View File

@ -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())