From defc7ffacce1e076ccee20951aec9e5051ba3d02 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 18 Aug 2016 18:22:06 -0400 Subject: [PATCH] [fix] arg name again --- scripts/geodata/osm/intersections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/osm/intersections.py b/scripts/geodata/osm/intersections.py index 210ffcd4..b3e462a0 100644 --- a/scripts/geodata/osm/intersections.py +++ b/scripts/geodata/osm/intersections.py @@ -195,5 +195,5 @@ if __name__ == '__main__': logging.basicConfig(level=logging.INFO) - reader = OSMIntersectionReader(args.input, args.ways_db_dir) + reader = OSMIntersectionReader(args.input, args.db_dir) reader.create_intersections(os.path.join(args.out_dir, DEFAULT_INTERSECTIONS_FILENAME))