]> git.openstreetmap.org Git - nominatim.git/commit
use check parameter of subprocess.run
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 15 Jan 2021 09:38:28 +0000 (10:38 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 15 Jan 2021 09:43:04 +0000 (10:43 +0100)
commit7cf9d459d6ccb91d7efdce13d5b33d331e47c127
tree0ce3abee3896d8f9534a8737ecff0e2e265d85d9
parentde724aa57646cad725162bdae56a5a6320cb8ce9
use check parameter of subprocess.run

...instead of checking on our own.

Also increase required version of Python to 3.5 because of
subprocess.run().
CMakeLists.txt
docs/admin/Installation.md
nominatim/admin/exec_utils.py