Issue 1624600
Created on 2006-12-29 20:53 by tkanka, last changed 2007-09-26 04:29 by jpend.
msg2381 |
Author: [hidden] (tkanka) |
Date: 2006-12-29 20:53 |
|
I changed an issue in my tracker and got templating error with "exceptions.ValueError: second must be in 0..59".
Roundup had made an invalid time stamp to activity field:
# roundup-admin -i var/roundup/tracker get activity issue63
2006-12-16.16:15:60
That time stamp prevented web interface to show the issue . I couldn't modify the issue either (from command line...).
The cause of such time stamp might be some kind of rounding error in roundup.date.Date class when it generates current time. I don't know how to repeat that bug.
More about this in roundup-users mailing list:
http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/7611/focus=7611
The version of roundup was 1.2.1 (python 2.4.4) (Debian testing) and the backend was anydb.
|
msg2382 |
Author: [hidden] (jpend) |
Date: 2007-09-26 04:29 |
|
According to the linked thread, a fix was checked in to CVS by Richard for this.
|
|
Date |
User |
Action |
Args |
2006-12-29 20:53:41 | tkanka | create | |
|