Skip to content

Commit

Permalink
Reduce not version in this scene and Unadapted by version SKIP log le…
Browse files Browse the repository at this point in the history
…vel, set the default value for comparison method to 0.
  • Loading branch information
wayyoungboy committed May 13, 2024
1 parent 285a392 commit 6bee8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/checker/check_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def execute(self):
self.stdio.verbose("task_base execute")
steps_nu = filter_by_version(self.task, self.cluster, self.stdio)
if steps_nu < 0:
self.stdio.warn("Unadapted by version. SKIP")
self.stdio.verbose("Unadapted by version. SKIP")
self.report.add("Unadapted by version. SKIP", "warning")
return "Unadapted by version.SKIP"
self.stdio.verbose("filter_by_version is return {0}".format(steps_nu))
Expand Down

0 comments on commit 6bee8d0

Please sign in to comment.