Skip to content

[Python] fix paths for applis

Guilhem Saurel requested to merge github/fork/nim65s/topic/paths into master

Created by: nim65s

I don't even understand what this /lib/ is supposed to mean. Here is the issue I had:

Traceback (most recent call last):
  File "/ws/src/talos_integration_tests/scripts/test_kine.py", line 67, in <module>
    runTest()
  File "/ws/src/talos_integration_tests/scripts/test_kine.py", line 51, in runTest
    "r").read().split("\n")
IOError: [Errno 2] No such file or directory: '/ws/src/talos_integration_tests/../../lib/talos_integration_tests/appli.py'

Merge request reports