Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duration printing broken if minutes >= 100 #45

Open
hannesm opened this issue Jun 21, 2024 · 0 comments
Open

duration printing broken if minutes >= 100 #45

hannesm opened this issue Jun 21, 2024 · 0 comments

Comments

@hannesm
Copy link

hannesm commented Jun 21, 2024

The Progress.with_reporter (counter size) prints all fine:
99:59 [###...] YY %

but once minutes gets into three-digit land:
100:3 [###...] YY %

i.e. the seconds are only printed as one digit (instead of 36, only 3).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant