Modify

Opened 18 years ago

Closed 18 years ago

#565 closed defect (fixed)

burndown_job.py fails if burndown table is empty

Reported by: anonymous Owned by: Sam Bloomquist
Priority: normal Component: ScrumBurndownPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.9

Description

because this line

print 'burndown: %i, %s, %s, %s, %i' % (db.get_last_id(cursor, 'burndown'), comp[0], mile[0], today, hours)

expects an integer, but db.get_last_id(cursor, 'burndown') does not return one if table burndown is emtpy the script fails.

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.