From 3ed0598969f0fbfa5d5645ba5bf8498ce4c9248d Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 28 Jul 2026 10:32:58 +0200 Subject: [PATCH] fix --- phoenix_bec/devices/unsupported_legacy/psi_detector_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoenix_bec/devices/unsupported_legacy/psi_detector_base.py b/phoenix_bec/devices/unsupported_legacy/psi_detector_base.py index 8744fec..29f3322 100644 --- a/phoenix_bec/devices/unsupported_legacy/psi_detector_base.py +++ b/phoenix_bec/devices/unsupported_legacy/psi_detector_base.py @@ -326,7 +326,7 @@ class PSIDetectorBase(Device): (https://bec.readthedocs.io/en/latest/) for more information about device integration. """ - custom_prepare_cls = + custom_prepare_cls = CustomDetectorMixin filepath = Cpt(SetableSignal, value="", kind=Kind.config)