Rename method correctly for new API
This commit is contained in:
parent
bd443105e0
commit
b7cdd67295
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class CallbackModule(CallbackBase):
|
|||
def set_play_context(self, play_context):
|
||||
self.play_context = play_context
|
||||
|
||||
def runner_on_failed(self, result, ignore_errors=False):
|
||||
def v2_runner_on_failed(self, result, ignore_errors=False):
|
||||
category = 'FAILED'
|
||||
logmech.log(result._host.get_name(), category, result._result, self.task, self._task_count)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue