Modify ↓
Opened 19 years ago
Closed 19 years ago
#721 closed defect (duplicate)
Adding component after milestone started
| Reported by: | anonymous | Owned by: | Sam Bloomquist |
|---|---|---|---|
| Priority: | high | Component: | ScrumBurndownPlugin |
| Severity: | critical | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Getting following error just after having added a new Component.
Traceback (most recent call last):
File "C:\Program Files\Python23\Lib\site-packages\trac\web\main.py", line 335, in dispatch_request
dispatcher.dispatch(req)
File "C:\Program Files\Python23\Lib\site-packages\trac\web\main.py", line 220, in dispatch
resp = chosen_handler.process_request(req)
File "build\bdist.win32\egg\burndown\burndown.py", line 142, in process_request
File "build\bdist.win32\egg\burndown\burndown.py", line 170, in getBurndownData
IndexError: list index out of range
Any suggestions?
Attachments (0)
Note: See
TracTickets for help on using
tickets.



This is the same error that I fixed in defect #750