From 2e8b6e6a292f337945f661d194268ecd0c9ee313 Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 7 Oct 2016 01:03:22 -0400 Subject: [PATCH] [fix] args --- scripts/geodata/addresses/components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/addresses/components.py b/scripts/geodata/addresses/components.py index e3019dc8..a30ed829 100644 --- a/scripts/geodata/addresses/components.py +++ b/scripts/geodata/addresses/components.py @@ -1412,7 +1412,7 @@ class AddressComponents(object): # on its own like "Seattle" or "New York" vs. smaller cities like # have to be qualified with a state, country, etc. if population is None and population_from_city: - tagged = self.categorized_osm_components(osm_components) + tagged = self.categorized_osm_components(country, osm_components) for props, component in (tagged or []): if component == AddressFormatter.CITY and 'population' in props: try: