mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Refactor CablePath.from_origin()
This commit is contained in:
@@ -23,5 +23,5 @@ def rebuild_cablepaths(instance, raw=False, **kwargs):
|
||||
"""
|
||||
if not raw:
|
||||
peer_termination = instance.get_peer_termination()
|
||||
if peer_termination:
|
||||
rebuild_paths(peer_termination)
|
||||
# if peer_termination:
|
||||
# rebuild_paths(peer_termination)
|
||||
|
Reference in New Issue
Block a user