From 1e93daad3a25c0dc7da5edceaf175bb351412ee3 Mon Sep 17 00:00:00 2001 From: ismaeel <mohammad.ismaael@cnit.it> Date: Wed, 3 Jul 2024 11:46:00 +0000 Subject: [PATCH] indentation --- src/device/service/drivers/oc_driver/templates/Tools.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/device/service/drivers/oc_driver/templates/Tools.py b/src/device/service/drivers/oc_driver/templates/Tools.py index 9c447b9a1..2832b9609 100644 --- a/src/device/service/drivers/oc_driver/templates/Tools.py +++ b/src/device/service/drivers/oc_driver/templates/Tools.py @@ -395,11 +395,11 @@ def roadm_values_extractor (data_xml:str,resource_keys:list,dic:dict): if len(ports_wb_in)>0 : for port in ports_wb_in: - resource_key = '/endpoints/endpoint[{:s}]'.format(port) - resource_value = {'uuid': port, 'type':'MG_ON_OPTICAL_PORT_WAVEBAND'} - ports_result.append((resource_key, resource_value)) + resource_key = '/endpoints/endpoint[{:s}]'.format(port) + resource_value = {'uuid': port, 'type':'MG_ON_OPTICAL_PORT_WAVEBAND'} + ports_result.append((resource_key, resource_value)) - return [ports_result] + return [ports_result] -- GitLab