./ did the trick.
Now I have a new error with the dev branch
Code:
michel@ubuntu:~/replay-dev$ python3 replay.py ./globals_template.py
Traceback (most recent call last):
File "replay.py", line 49, in <module>
result = mpy.ImageClip(make_results()).set_duration(20).set_position(('center', 'center'))
File "/home/michel/replay-dev/make_results.py", line 106, in make_results
material, classification, dataHeight, columnWidths = results_data()
File "/home/michel/replay-dev/make_results.py", line 29, in results_data
raceFinish = [i for i, data in reversed(list(enumerate(g.telemetryData))) if int(data[9]) & int('111', 2) == 2][0] + 1
IndexError: list index out of range
The master branch is going ok with the same race data.