Skip to content

Commit

Permalink
Add comment to try again later
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Feb 20, 2024
1 parent 80ed20b commit 269043e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/osa/scripts/sequencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ def single_process(telescope):
os.makedirs(options.log_directory, exist_ok=True)

if not GainSel_finished():
log.info(f"Gain selection did not finish successfully for date {options.date}")
log.info(
f"Gain selection did not finish successfully for date {options.date}."
"Try again later, once gain selection has finished."
)
sys.exit()

if is_day_closed():
Expand Down

0 comments on commit 269043e

Please sign in to comment.