mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
clean up uses of cli.nominatim()
They should not hand in data paths anymore.
This commit is contained in:
@@ -302,10 +302,6 @@ class NominatimEnvironment:
|
||||
|
||||
cli.nominatim(module_dir='',
|
||||
osm2pgsql_path=str(self.build_dir / 'osm2pgsql' / 'osm2pgsql'),
|
||||
phplib_dir=str(self.src_dir / 'lib-php'),
|
||||
sqllib_dir=str(self.src_dir / 'lib-sql'),
|
||||
data_dir=str(self.src_dir / 'data'),
|
||||
config_dir=str(self.src_dir / 'settings'),
|
||||
cli_args=cmdline,
|
||||
phpcgi_path='',
|
||||
environ=self.test_env)
|
||||
|
||||
Reference in New Issue
Block a user