Skip to content

Commit

Permalink
Fixed typo. Grrrr.
Browse files Browse the repository at this point in the history
  • Loading branch information
esitarski committed Mar 22, 2024
1 parent 2c05245 commit fc8c661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeriesMgr/GetModelInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def ExtractRaceResultsExcel( raceInSeries, seriesModel ):
'raceInSeries': raceInSeries,
'bib': f('bib',99999),
'rank': f('pos',''),
'tFinish': f('time',0.0) || f('result',0.0),
'tFinish': f('time',0.0) or f('result',0.0),
'firstName': str(f('first_name','')).strip(),
'lastName' : str(f('last_name','')).strip(),
'license': str(f('license_code','')).strip(),
Expand Down

0 comments on commit fc8c661

Please sign in to comment.