From 1f50481cadda44e96e4e8fb2565fa7db060719b3 Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 19 Nov 2016 03:14:06 -0500 Subject: [PATCH] [fix] args --- scripts/geodata/osm/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/osm/formatter.py b/scripts/geodata/osm/formatter.py index 26871ae1..a62fe70f 100644 --- a/scripts/geodata/osm/formatter.py +++ b/scripts/geodata/osm/formatter.py @@ -933,7 +933,7 @@ class OSMAddressFormatter(object): venue_names.extend(building_venue_names) expanded_components = address_components.copy() - for props, component in self.components.categorized_osm_components(osm_components): + for props, component in self.components.categorized_osm_components(country, osm_components): if 'name' in props and component not in place_components: expanded_components[component] = props['name']