w
CI for csaxs_bec / test (push) Failing after 1m34s

This commit is contained in:
2026-02-10 14:56:34 +01:00
parent 4375f550dd
commit 213f9ab8b1
+1 -1
View File
@@ -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