fixed missing colon
This commit is contained in:
parent
5786cff38c
commit
a737ed68e7
|
@ -88,7 +88,8 @@ class ServiceMonitor(ServiceBackend):
|
|||
|
||||
def execute(self, *args, **kwargs):
|
||||
log = super(ServiceMonitor, self).execute(*args, **kwargs)
|
||||
self.store(log)
|
||||
if log.state == BackendLog.SUCCESS:
|
||||
self.store(log)
|
||||
return log
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in New Issue