From aa15d28e0bcf0a942c139080ba065ba49dabaff7 Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 21 May 2016 02:20:38 -0400 Subject: [PATCH] [fix] docs --- 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 d90831ec..d59d811a 100644 --- a/scripts/geodata/osm/intersections.py +++ b/scripts/geodata/osm/intersections.py @@ -23,7 +23,7 @@ class OSMIntersectionReader(object): self.logger = logging.getLogger('osm.intersections') - # Store these in memory, could be LevelDB if needed + # Store these in a LevelDB ensure_dir(db_dir) ways_dir = os.path.join(db_dir, 'ways') ensure_dir(ways_dir)