Commit 35457b67 by Andrey Shorin Committed by Michael DeHaan

Pass host to runner_on_file_diff callback

parent f6c3dce4
......@@ -341,7 +341,7 @@ class DefaultRunnerCallbacks(object):
call_callback_module('runner_on_async_failed', host, res, jid)
def on_file_diff(self, host, diff):
call_callback_module('runner_on_file_diff', diff)
call_callback_module('runner_on_file_diff', host, diff)
########################################################################
......
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