From 028b7a460e40f515b2065337c6da6085f02a9661 Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 23 May 2016 17:42:34 -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 12d98373..55a2653a 100644 --- a/scripts/geodata/addresses/components.py +++ b/scripts/geodata/addresses/components.py @@ -828,7 +828,7 @@ class AddressComponents(object): address_components[component] = phrase else: existing = address_components[component] - phrase = self.get_component_phrase(existing, component_class, language, country=country) + phrase = self.get_component_phrase(component_class, existing, language, country=country) if phrase and phrase != existing: address_components[component] = phrase