Skip to content

formerly connected routes #500

Description

@yakra

These code blocks appear to be indented 1 "unit" (4 spaces) too far:

iflen(r1.con_route.roots) >1:
cr=r1.con_route.roots[-1]
ifcrnotinself.routes:
self.routes.add(cr)
ifcr.last_update:
self.log_entries.append(" Route updated "+cr.last_update[0] +": "+cr.readable_name())

iflen(r2.con_route.roots) >1:
cr=r2.con_route.roots[-1]
ifcrnotinself.routes:
self.routes.add(cr)
ifcr.last_update:
self.log_entries.append(" Route updated "+cr.last_update[0] +": "+cr.readable_name())

C++ version has it right, I believe.
Make test cases & check for diffs:

  • A61 thru Garzweiler II
  • US20 thru Yellowstone

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions