Closed ktdreyer closed 4 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.
I think we fixed this a while back
If a user has a "free" task open, that task has no estimated completion time yet. This means we crash here:
It would be better to check if we have no estimated completion, and then print the total duration time instead.