Misspell in mail.py callback.
Looks like little misspell.
This commit is contained in:
parent
e9a3a2912d
commit
705018a417
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class CallbackModule(CallbackBase):
|
||||||
body += 'A complete dump of the error:\n\n' + str(res._result['msg'])
|
body += 'A complete dump of the error:\n\n' + str(res._result['msg'])
|
||||||
mail(sender=sender, subject=subject, body=body)
|
mail(sender=sender, subject=subject, body=body)
|
||||||
|
|
||||||
def v2_runner_on_unreachable(self, ressult):
|
def v2_runner_on_unreachable(self, result):
|
||||||
|
|
||||||
host = result._host.get_name()
|
host = result._host.get_name()
|
||||||
res = result._result
|
res = result._result
|
||||||
|
|
Loading…
Reference in a new issue