From 213f9ab8b11dda45e7eed236248b36f98fa82d65 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 10 Feb 2026 14:56:34 +0100 Subject: [PATCH] w --- csaxs_bec/devices/omny/galil/galil_rio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaxs_bec/devices/omny/galil/galil_rio.py b/csaxs_bec/devices/omny/galil/galil_rio.py index 106368f..22c0ca3 100644 --- a/csaxs_bec/devices/omny/galil/galil_rio.py +++ b/csaxs_bec/devices/omny/galil/galil_rio.py @@ -311,7 +311,7 @@ class GalilRIO(PSIDeviceBase): def destroy(self) -> None: """Make sure to turn off the controller socket on destroy.""" - self.controller.off(update_normal=False) + self.controller.off(update_config=False) return super().destroy() # pylint: disable=protected-access