Skip to content

unconnected chopped routes #389

Description

@yakra

ifr.con_routeisNone:
el.add_error(r.system.systemname+".csv: root "+r.root+" not matched by any connected route root.")
# check for mismatched route endpoints within connected routes
q=r.con_route.roots[r.rootOrder-1]

results in

ERROR: usame.csv: root me.me021 not matched by any connected route root.
Traceback (most recent call last):
File "./siteupdate.py", line 2942, in <module>
q = r.con_route.roots[r.rootOrder-1]
AttributeError: 'NoneType' object has no attribute 'roots'

A simple continue should fix this.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions