Skip to content
Snippets Groups Projects
Commit 71e6547b authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

update comment a bit

parent 798e7afc
No related branches found
No related tags found
1 merge request!7Add fix for assigning correct port SIDs to circuits
......@@ -1124,8 +1124,9 @@ def transform_ims_data(data):
elif 'sid' in details:
if len(circuits) > 1:
if port_circuit != circ:
# we don't know which circuit
# to give the SID in this case, so skip
# if this is not the physical port circuit
# related to this port, then we don't want to
# assign the SID to this circuit, so skip.
continue
# assign the SID from the port to this circuit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment