mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-26 06:22:13 +03:00
fix reset country info before loading custom data
This commit is contained in:
parent
8525e7542f
commit
9411c14fd2
@ -71,6 +71,7 @@ de:
|
||||
name:
|
||||
default: Deutschland
|
||||
""")
|
||||
country_info._COUNTRY_INFO._info = None
|
||||
country_info.setup_country_config(project_env)
|
||||
assert country_info._COUNTRY_INFO._info == {'de': {'partition': 3,
|
||||
'languages': [], 'names': {'name': {'default': 'Deutschland'}}}}
|
||||
|
Loading…
Reference in New Issue
Block a user