added verbose option to show callback loaded info

also made mail module print nicer without all those 'u'
This commit is contained in:
Brian Coca 2015-07-10 23:48:12 -04:00
parent 4b9a79d42b
commit 7a1bce1b5d
10 changed files with 22 additions and 5 deletions

View file

@ -32,6 +32,7 @@ class CallbackModule(CallbackBase):
CALLBACK_VERSION = 2.0
CALLBACK_TYPE = 'stdout'
CALLBACK_NAME = 'default'
def v2_runner_on_failed(self, result, ignore_errors=False):
if 'exception' in result._result: