-
Notifications
You must be signed in to change notification settings - Fork 148
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
elapsed time does not format correctly when when greater than one hour and minutes are zero #356
Labels
Milestone
Comments
@tfoote I really hope you weren't staring at it for each of the first 60 minutes. |
But it's so colorful I can't help but watch it.... Good luck reproducing it quickly ;-) |
There is always |
jbohren
added a commit
that referenced
this issue
Apr 22, 2016
…ours/minutes is zero, respectively. fixes #356
jbohren
added a commit
that referenced
this issue
Apr 22, 2016
…ours/minutes is zero, respectively. fixes #356
See #357 😵 from catkin_tools.common import format_time_delta_short as ftds
ftds(3601) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Info
Build / Run Issue
The timer in the bottom left corner counting elapsed time.
When it gets to 1 hours, for the first minute it counts
hh:ss.s
where it should behh:mm:ss.s
whenmm
should read00
Expected Behavior
It should not collapse the zero minutes field out of site.
Steps to Reproduce the Issue
Run a build for an hour and look at the displayed elapsed time between the 60th and 61st minute of running.
The text was updated successfully, but these errors were encountered: