Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Feb 14, 2025
1 parent 2244684 commit 306357a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _execute_one_cycle(self, result_history: list[Result],
self.execution_stage.execute(result_history=result_history))
if (not isinstance(result_history[-1], RunResult) or
not result_history[-1].log_path):
self.logger.warning('[Cycle %d] Build failure, skipping the rest steps',
self.logger.warning('[Cycle %d] Run failure, skipping the rest steps',
cycle_count)
return

Expand Down

0 comments on commit 306357a

Please sign in to comment.