Modify ↓
      
        Opened 19 years ago
Closed 19 years ago
#566 closed defect (fixed)
getBurndownData() fails if there is no data
| Reported by: | anonymous | Owned by: | Sam Bloomquist | 
|---|---|---|---|
| Priority: | normal | Component: | ScrumBurndownPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.9 | 
Description
if the select statement in getBurndownData() returns no rows len() in the line
burndown_length = len(component_data[component_data.keys()[0] ])
fails because component_data[ component_data.keys()[0] ] is None
Attachments (0)
Note: See
        TracTickets for help on using
        tickets.
    


(In [1122]) Applied patch submitted by mike@…. fixes #554, #565, #566