1
0
Fork 0

fix string-list mismatch

This commit is contained in:
Mateusz Konieczny 2025-02-01 12:15:14 +01:00
parent ab53d783d9
commit dade2427b9

View file

@ -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))