mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
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…
x
Reference in New Issue
Block a user