sitron / lst

3 stars 3 forks source link

Past date in the config throw errors #27

Closed gperriard closed 10 years ago

gperriard commented 10 years ago

When I launch 'lst sprint-burnup my_sprint', I got:

Start fetching Zebra
No entries found in Zebra
Traceback (most recent call last):
  File "/usr/local/bin/lst", line 4, in <module>
    app.main()
  File "/Library/Python/2.7/site-packages/lst/app.py", line 109, in main
    app.run()
  File "/Library/Python/2.7/site-packages/lst/app.py", line 102, in run
    action.run(args)
  File "/Library/Python/2.7/site-packages/lst/commands/sprint_burnup.py", line 43, in run
    zebra_days = timesheets.group_by_day()
AttributeError: 'list' object has no attribute 'group_by_day'
sitron commented 10 years ago

note to self: this happens when there is no zebra records for the selected timeframe thanks @gperriard