Add missing python path

pull/1194/head
Piero Toffanin 2020-11-06 20:13:51 +00:00
rodzic 5ec9229736
commit 30e5178cd2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ tests_data_path = os.path.join(root_path, 'tests/test_data')
# add opencv,opensfm to python path
python_packages_paths = [os.path.join(superbuild_path, p) for p in [
'install/lib/python3.6/dist-packages',
'install/lib/python3.8/dist-packages',
'install/lib/python3/dist-packages',
'src/opensfm'
]]