Rename cable_peer fields to link_peer

This commit is contained in:
jeremystretch
2021-10-13 14:04:53 -04:00
parent 1c73bd5079
commit ac2cd552b9
19 changed files with 236 additions and 114 deletions

View File

@@ -395,7 +395,7 @@ class CablePath(BigIDModel):
# Follow the link to its far-end termination
path.append(object_to_path_node(node.link))
peer_termination = node.get_cable_peer()
peer_termination = node.get_link_peer()
# Follow a FrontPort to its corresponding RearPort
if isinstance(peer_termination, FrontPort):