Modify ↓
Opened 18 years ago
Closed 18 years ago
#750 closed defect (fixed)
list indx out of range
Reported by: | James Mills | Owned by: | Sam Bloomquist |
---|---|---|---|
Priority: | high | Component: | ScrumBurndownPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Cliking on "Burndown" in the main nav produces:
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 224, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/burndown/burndown.py", line 122, in process_request IndexError: list index out of range
I don't have much data at the moment. I've set:
- A ticket with Total hours (by adding 1 hour)
- A ticket with estimated hours (by filling in 1.5)
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In most cases, just clicking on "BurnDown" in the main Trav Nav produces this error.