Skip to content

Commit

Permalink
correct indent
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Aug 5, 2024
1 parent 84d5798 commit 2c35abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osa/scripts/sequencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ def single_process(telescope):
return sequence_list

if not options.test and is_sequencer_running(options.date):
log.info(f"Sequencer is still running for date {date_to_iso(options.date)}. Try again later.")
sys.exit(0)
log.info(f"Sequencer is still running for date {date_to_iso(options.date)}. Try again later.")
sys.exit(0)

# Build the sequences
sequence_list = build_sequences(options.date)
Expand Down

0 comments on commit 2c35abe

Please sign in to comment.