ktdreyer / helga-koji

Koji build plugin for Helga chat bot
MIT License
0 stars 0 forks source link

crash on "free tasks" #6

Closed ktdreyer closed 4 years ago

ktdreyer commented 5 years ago

If a user has a "free" task open, that task has no estimated completion time yet. This means we crash here:

<ktdreyer>: helga: user's free tasks
<helga>: AttributeError: 'NoneType' object has no attribute 'total_seconds'
<helga>: /opt/helga/lib/python2.7/site-packages/helga_koji/util.py:7:describe_delta

It would be better to check if we have no estimated completion, and then print the total duration time instead.

ktdreyer commented 4 years ago

I think we fixed this a while back