Loading src/device/service/drivers/nce/NCEDriver.py +2 −0 Original line number Diff line number Diff line Loading @@ -195,6 +195,8 @@ class NCEDriver(_Driver): @metered_subclass_method(METRICS_POOL) def DeleteConfig(self, resources: List[Tuple[str, Any]]) -> List[Union[bool, Exception]]: LOGGER.debug('[DeleteConfig] resources={:s}'.format(str(resources))) results = [] if len(resources) == 0: return results with self.__lock: Loading Loading
src/device/service/drivers/nce/NCEDriver.py +2 −0 Original line number Diff line number Diff line Loading @@ -195,6 +195,8 @@ class NCEDriver(_Driver): @metered_subclass_method(METRICS_POOL) def DeleteConfig(self, resources: List[Tuple[str, Any]]) -> List[Union[bool, Exception]]: LOGGER.debug('[DeleteConfig] resources={:s}'.format(str(resources))) results = [] if len(resources) == 0: return results with self.__lock: Loading