ERROR: Could not parse csv line: [usanp;WY;FosButRd;;;Fossil Butte Road, Fossil Butte NM;wy.fosbutrd], expected 8 fields, found 7
Traceback (most recent call last):
File "./siteupdate.py", line 2236, in <module>
args.highwaydatapath+"/hwy_data/_systems")
File "./siteupdate.py", line 1096, in __init__
self.route_list.append(Route(line.rstrip('\n'),self,el))
File "./siteupdate.py", line 895, in __init__
self.alt_route_names = fields[7].split(",")
IndexError: list index out of range