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

Error When Executing Outside Directory Tree #82

Closed SenorPez closed 7 years ago

SenorPez commented 8 years ago

Running the Replay Enhancer outside of its directory produces an error. This error is caught, but caught and handled incorrectly, and shouldn't occur.

As an example:

  1. The Replay Enhancer is in /home/senorpez/repenh.
  2. Running from /home/senorpez, python3 repenh/ReplayEnhancer.py repenh/config.json will create an error. It'll say that "repenh/config.json" can't be found.

This isn't the case. The error is actually it failing to find the tele.csv file.

SenorPez commented 7 years ago

Fixed by 0.5 release, in part due to proper Python packaging.