GUI/DAQ_WORKER: added sample_missing signal that triggers if sample is missing.

This commit is contained in:
appleb_m
2025-12-10 13:33:55 +01:00
parent a4a2e568de
commit fadf069129
+2
View File
@@ -131,6 +131,8 @@ class DAQWorker(QObject):
logger.error(f"{err_str}: baton taken by another user")
self._last_auth_error_log_ts = now
self.auth_error.emit()
elif status == 404:
self.sample_missing.emit(err_str)
else:
logger.error(f"{err_str}")
self.http_error.emit(err_str)