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)