mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-07 10:34:08 +00:00
adapt BDD tests to separate interpolation table
This commit is contained in:
@@ -54,7 +54,6 @@ class PlaceColumn:
|
||||
elif key in ('name', 'address', 'extratags'):
|
||||
self.columns[key] = ast.literal_eval('{' + value + '}')
|
||||
else:
|
||||
assert key in ('class', 'type'), "Unknown column '{}'.".format(key)
|
||||
self.columns[key] = None if value == '' else value
|
||||
|
||||
def _set_key_name(self, value):
|
||||
|
||||
Reference in New Issue
Block a user