]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/config.py
switch IMPORT_STYLE to use generic file search
[nominatim.git] / nominatim / config.py
index 28f2fcc3a2a7b89412346c0cbea13be58bc7908d..66375f6ce336bc310f1994a17796d7bc150234e4 100644 (file)
@@ -123,7 +123,7 @@ class Configuration:
         if style in ('admin', 'street', 'address', 'full', 'extratags'):
             return self.config_dir / 'import-{}.style'.format(style)
 
-        return Path(style)
+        return self.find_config_file('', 'IMPORT_STYLE')
 
 
     def get_os_env(self):