Skip to content

Commit

Permalink
Merge pull request #204 from wayyoungboy/master
Browse files Browse the repository at this point in the history
Reduce not version in this scene and Unadapted by version SKIP log le…
  • Loading branch information
wayyoungboy authored May 13, 2024
2 parents 2f1e904 + 6bee8d0 commit 0a8a46b
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 0a8a46b

Please sign in to comment.