Skip to content

Conversation

@patchback
Copy link

@patchback patchback bot commented Jan 20, 2026

This is a backport of PR #11421 as merged into main (9611dc2).

SUMMARY

When refactoring this script in #11379 (turned % formatting to f-string), the behavior changed. Since seconds is a float, we now have output like 5.0:57.38101887702942 instead of 05:57.

This PR restores the original behavior.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

CI

Make sure seconds is an int.

(cherry picked from commit 9611dc2)
@ansibullbot ansibullbot added backport bug This issue/PR relates to a bug new_contributor Help guide this first time contributor small_patch Hopefully easy to review labels Jan 20, 2026
@felixfontein felixfontein merged commit 43f0152 into stable-12 Jan 20, 2026
125 checks passed
@felixfontein felixfontein deleted the patchback/backports/stable-12/9611dc258aa291b940318f02c3c41644100d3207/pr-11421 branch January 20, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport bug This issue/PR relates to a bug new_contributor Help guide this first time contributor small_patch Hopefully easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants