[fix] command-line arg

This commit is contained in:
Al
2015-10-31 14:24:23 -04:00
parent e5d8812504
commit 66f8a2dc9e

View File

@@ -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,