DAQ - ALC: added error message to database when ALC fails for manual sample collection
This commit is contained in:
@@ -891,6 +891,7 @@ class AareDAQ:
|
||||
try:
|
||||
self.__cfg.try_set_busy(timeout=360)
|
||||
if not self.__loop_center_sequence(sample_id):
|
||||
self.__aare.alc_failed(self.sample)
|
||||
raise LoopCenteringFailed
|
||||
self.__cfg.state_busy = False
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user