From 66f8a2dc9e8e1e28681119c970acf9e3884d079d Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 31 Oct 2015 14:24:23 -0400 Subject: [PATCH] [fix] command-line arg --- scripts/geodata/polygons/reverse_geocode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/polygons/reverse_geocode.py b/scripts/geodata/polygons/reverse_geocode.py index cbb111ff..1662f62d 100644 --- a/scripts/geodata/polygons/reverse_geocode.py +++ b/scripts/geodata/polygons/reverse_geocode.py @@ -732,7 +732,7 @@ if __name__ == '__main__': if args.osm_admin_file: index = OSMReverseGeocoder.create_from_osm_file(args.osm_admin_file, args.out_dir, quattroshapes_dir=args.quattroshapes_dir) - elif args.osm_neighborhoods_filename and args.quattroshapes_dir: + elif args.osm_neighborhoods_file and args.quattroshapes_dir: index = NeighborhoodReverseGeocoder.create_from_osm_and_quattroshapes( args.osm_neighorhoods_file, args.quattroshapes_dir,