minor testing

This commit is contained in:
2026-02-25 14:08:33 +01:00
parent 0cb7f5ceb2
commit 4ecf6252a9

View File

@@ -301,7 +301,7 @@ class E2HReduction:
try:
update_data = AmorEventData(self.file_list[-1], self.dataset.last_index+1,
max_events=self.config.reduction.max_events)
except EOFError:
except (EOFError, IndexError):
return
logging.info(" updating with new data")