]> git.openstreetmap.org Git - nominatim.git/commit
do not overwrite custom set module paths
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 2 Feb 2021 16:33:41 +0000 (17:33 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 2 Feb 2021 17:31:25 +0000 (18:31 +0100)
commitcb06d1f4caa5a2fae5da6748bb38480a306e3ee8
treeaa2cd67715dfc259782be37114e22e184777f2dc
parent36447c488a78017dc533f7ed42bc8cf20c72556d
do not overwrite custom set module paths

Given that the module is now copied to the project directory
when no module path is set, we need the information that the
module path is empty. Therefore hand in the default module path
in a separate variable.
lib/lib.php
lib/setup/SetupClass.php
nominatim/cli.py
nominatim/tools/exec_utils.py
test/python/test_tools_exec_utils.py