mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-25 12:50:44 +02:00
in case of missing completely frame, don't raise exception
This commit is contained in:
@@ -155,7 +155,7 @@ void sf_replay (
|
||||
return;
|
||||
}
|
||||
|
||||
if (current_pulse_id != module_frame.pulse_id) {
|
||||
if (current_pulse_id != module_frame.pulse_id and module_frame.pulse_id != 0) {
|
||||
stringstream err_msg;
|
||||
|
||||
using namespace date;
|
||||
|
||||
Reference in New Issue
Block a user