Commit d4cf64ed authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component:

- Removed wrongly-placed method call in task executor
parent fbbc29e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ class TaskExecutor:
        return device

    def configure_device(self, device : Device) -> None:
        self._context_client.SelectOpticalConfig()
        device_key = get_device_key(device.device_id)
        self._device_client.ConfigureDevice(device)
        self._store_grpc_object(CacheableObjectType.DEVICE, device_key, device)