From 45e2a84504d3079e03365f11e52335a74db730e8 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 17 Sep 2025 07:37:26 +0200 Subject: [PATCH] fix: status list --- debye_bec/devices/pilatus/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debye_bec/devices/pilatus/utils.py b/debye_bec/devices/pilatus/utils.py index ae025b3..d3f3de3 100644 --- a/debye_bec/devices/pilatus/utils.py +++ b/debye_bec/devices/pilatus/utils.py @@ -67,6 +67,8 @@ class AndStatusWithList(DeviceStatus): # TODO Check if this actually works.... def set_exception(self, exc): + super().set_exception(exc) + # Propagate the exception to all sub-statuses that are not done yet. with self._lock: for st in self.all_statuses: with st._lock: