mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-05-13 05:03:09 +02:00
fix string-list mismatch
This commit is contained in:
parent
ab53d783d9
commit
dade2427b9
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ def adjust_judgment_for_address_location_mismatch_checked_by_nominatim(entry, ju
|
|||
# passed test
|
||||
return judgment
|
||||
else:
|
||||
return {'status': 'it_is_not_matching', 'mismatching_key_list': 'location_mismatches_address_data'}
|
||||
return {'status': 'it_is_not_matching', 'mismatching_key_list': ['location mismatches address data']}
|
||||
else:
|
||||
raise Exception("Unexpected status " + str(judgment))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue