Modify

Opened 18 years ago

Closed 18 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)

Change History (1)

comment:1 Changed 18 years ago by Sam Bloomquist

Resolution: fixed
Status: newclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Sam Bloomquist.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.