SenorPez / project-cars-replay-enhancer

Project CARS Replay Enhancer: Combines telemetry data with replay video to improve Project CARS replays.
MIT License
12 stars 1 forks source link

UnboundLocalError #140

Closed SenorPez closed 7 years ago

SenorPez commented 7 years ago
  File "/usr/lib/python3.4/profile.py", line 64, in runctx
    prof.runctx(statement, globals, locals)
  File "/usr/lib/python3.4/cProfile.py", line 100, in runctx
    exec(cmd, globals, locals)
  File "<string>", line 1, in <module>
  File "/home/senorpez/0.6-devel/replayenhancer/replayenhancer.py", line 147, in make_video
    **configuration)
  File "/home/senorpez/0.6-devel/replayenhancer/DefaultCards.py", line 341, in __init__
    if car_class_lookup is not None:
UnboundLocalError: local variable 'car_class_lookup' referenced before assignment