Skip to content

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancaCassol committed Jul 17, 2023
1 parent 2044145 commit 0fb2b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lstchain/tools/lstchain_create_calibration_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0fb2b57

Please sign in to comment.