Ticket #2669: scrumburndownplugin.diff
| File scrumburndownplugin.diff, 0.6 kB (added by Martín Marqués <martin@marquesminen.com.ar>, 10 months ago) |
|---|
-
scrumburndownplugin/burndown/burndown.py
old new 62 62 cursor.execute('SELECT * FROM burndown LIMIT 1') 63 63 except: 64 64 needsCreate = True 65 db.commit() 65 66 66 67 if needsCreate: 67 68 print >> sys.stderr, 'Attempting to create the burndown table'
