Loading src/interdomain/service/topology_abstractor/DltRecorder.py +2 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,8 @@ class DLTRecorder(threading.Thread): self.topology_cache[topology_uuid] = topology_id LOGGER.debug('TOPOLOGY Details({:s})'.format(grpc_message_to_json_string(topology_details))) if ((context_uuid == DEFAULT_CONTEXT_NAME) or (context_name == DEFAULT_CONTEXT_NAME)) and \ (topology_uuid not in topology_uuids) and (topology_name not in topology_uuids): for device in topology_details.devices: Loading Loading
src/interdomain/service/topology_abstractor/DltRecorder.py +2 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,8 @@ class DLTRecorder(threading.Thread): self.topology_cache[topology_uuid] = topology_id LOGGER.debug('TOPOLOGY Details({:s})'.format(grpc_message_to_json_string(topology_details))) if ((context_uuid == DEFAULT_CONTEXT_NAME) or (context_name == DEFAULT_CONTEXT_NAME)) and \ (topology_uuid not in topology_uuids) and (topology_name not in topology_uuids): for device in topology_details.devices: Loading