Return true for loader

This commit is contained in:
Ruud
2013-08-24 20:22:31 +02:00
parent 54a37b577d
commit 65896497fb

View File

@@ -124,6 +124,7 @@ class Loader(object):
return False
try:
module.start()
return True
except Exception, e:
log.error('Failed loading plugin "%s": %s', (module.__file__, traceback.format_exc()))
return False