Skip to content

Commit

Permalink
fix check_task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy committed May 9, 2024
1 parent 76217f2 commit 0321e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler/checker/check_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def execute_one_node(self,steps_nu,node):
step_run = StepBase(self.context, step, node, self.cluster, task_variable_dict)
self.stdio.verbose("step nu: {0} initted, to execute".format(nu))
step_run.execute(self.report)
task_variable_dict=step_run.update_task_variable_dict()
if "report_type" in step["result"] and step["result"]["report_type"] == "execution":
self.stdio.verbose("report_type stop this step")
return
Expand Down

0 comments on commit 0321e54

Please sign in to comment.