From 0fb2b572c5820db34581a30ebccb9458b90d291b Mon Sep 17 00:00:00 2001 From: Franca Cassol Date: Mon, 17 Jul 2023 09:11:00 +0000 Subject: [PATCH] Minor corrections --- lstchain/tools/lstchain_create_calibration_file.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lstchain/tools/lstchain_create_calibration_file.py b/lstchain/tools/lstchain_create_calibration_file.py index 850605ceba..357968d54a 100644 --- a/lstchain/tools/lstchain_create_calibration_file.py +++ b/lstchain/tools/lstchain_create_calibration_file.py @@ -238,8 +238,8 @@ def finish(self): self.log.info(f"Written {self.n_calib} calibration events") if self.n_calib == 0: - self.log.critical(f"!!! No calibration events in the output file !!! : ") - self.log.critical(f"flatfiels collected statistics = {self.processor.flatfield.num_events_seen} events") + self.log.critical("!!! No calibration events in the output file !!! : ") + self.log.critical(f"flatfield collected statistics = {self.processor.flatfield.num_events_seen} events") self.log.critical(f"pedestal collected statistics = {self.processor.pedestal.num_events_seen} events") self.exit(1)