Closed GoogleCodeExporter closed 9 years ago
Seems to be a missing "60 * " between "dur - " and "math.floor(dur/60)".
In r102 it's at
http://code.google.com/p/pybootchartgui/source/browse/trunk/pybootchartgui/draw.
py?spec=svn98&r=98#272
In r108 (latest) it's at
http://code.google.com/p/pybootchartgui/source/browse/trunk/pybootchartgui/draw.
py?spec=svn108&r=108#277
Patch attached.
Original comment by sune.kel...@gmail.com
on 20 Mar 2009 at 11:51
Attachments:
Also seems like I should have expected "time: 05:24.10" instead of "time:
05:19.10"
since what actually happened was that the number of minutes
("math.floor(dur/60)")
was subtracted from the number of seconds, resulting in 324.10 - 5 = 319.10
seconds.
Original comment by sune.kel...@gmail.com
on 21 Mar 2009 at 12:17
Committed. Thanks a lot.
Original comment by anders.n...@gmail.com
on 22 Mar 2009 at 4:04
Original issue reported on code.google.com by
sune.kel...@gmail.com
on 20 Mar 2009 at 11:21