louking / rrwebapp

Race Results Web Application
0 stars 1 forks source link

importresultstask: AttributeError: 'datetime.time' object has no attribute 'strip' #490

Closed louking closed 3 years ago

louking commented 3 years ago
Traceback (most recent call last):
  File "/var/www/sandbox.scoretility.com/rrwebapp/rrwebapp/tasks.py", line 108, in importresultstask
    next(rr)
  File "/var/www/sandbox.scoretility.com/rrwebapp/rrwebapp/raceresults.py", line 347, in __next__
    if 'time' not in result or result['time'].strip() == '':
AttributeError: 'datetime.time' object has no attribute 'strip'
louking commented 3 years ago

test escape: test file used had text times rather than native excel times

this problem was introduced in https://github.com/louking/rrwebapp/commit/3e1bb084a47ded2d258ef4fca50c39d5e9f56573