hand in absolute path to nominatim tool to php scripts

This commit is contained in:
Sarah Hoffmann
2021-02-01 17:44:13 +01:00
parent bddfc109f8
commit 60cbeb165e

View File

@@ -4,7 +4,7 @@ import os
sys.path.insert(1, '@CMAKE_SOURCE_DIR@')
os.environ['NOMINATIM_NOMINATIM_TOOL'] = __file__
os.environ['NOMINATIM_NOMINATIM_TOOL'] = os.path.abspath(__file__)
from nominatim import cli