DAQ: send sample failed event to the database during automatic data collection if something fails.

This commit is contained in:
2025-07-17 14:27:19 +02:00
parent afbd07a79d
commit 7d33785563
+1
View File
@@ -814,6 +814,7 @@ class AareDAQ:
steps=900,))
self.__cfg.state_busy = False
except Exception:
self.__aare.sample_failed(sample)
self.__cfg.state_busy = False
raise