Fix #2044 : Unable to re-enable execute plugin

This commit is contained in:
Calum Lind 2012-02-27 02:06:48 +00:00
parent fa7edd0bad
commit 54769fe190

View File

@ -120,6 +120,9 @@ class Core(CorePluginBase):
if p.wait() != 0:
log.warn("Execute command failed with exit code %d", p.returncode)
def update(self):
pass
def disable(self):
self.config.save()
event_manager = component.get("EventManager")