Commit 705018a4 by teh 4r9h

Misspell in mail.py callback.

Looks like little misspell.
parent e9a3a291
...@@ -81,7 +81,7 @@ class CallbackModule(CallbackBase): ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment