[fix] docs

This commit is contained in:
Al
2016-05-21 02:20:38 -04:00
parent 4d10ed7613
commit e1aec72c32

View File

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