forked from p15670423/monkey
Exceptions are logged and sent to island
This commit is contained in:
parent
ee1a321416
commit
e11a75eb48
|
@ -121,6 +121,8 @@ def main():
|
|||
json.dump(json_dict, config_fo, skipkeys=True, sort_keys=True, indent=4, separators=(',', ': '))
|
||||
|
||||
return True
|
||||
except Exception:
|
||||
LOG.exception("Exception thrown from monkey's start function")
|
||||
finally:
|
||||
monkey.cleanup()
|
||||
|
||||
|
|
Loading…
Reference in New Issue