added cleanup test and test-re-runner automation script

This commit is contained in:
Kevin Froman 2020-03-09 21:43:18 -05:00
parent 4e053f1b30
commit a8290e2ac3
7 changed files with 90 additions and 10 deletions

View file

@ -42,7 +42,7 @@ def __event_caller(event_name, data = {}):
plugins.disable(plugin, stop_event = False)
except Exception as e:
logger.warn('Event "%s" failed for plugin "%s".' % (event_name, plugin), terminal=True)
logger.debug(str(e), terminal=True)
logger.debug((event_name + ' - ' + plugin + ' - ' + str(e)), terminal=True)
def event(event_name, data = {}, threaded = True):
'''