Skip to content

Commit

Permalink
Update src/osa/scripts/sequencer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Morcuende <[email protected]>
  • Loading branch information
marialainez and morcuended authored Sep 19, 2024
1 parent e230794 commit 20af804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osa/scripts/sequencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def is_sequencer_running(date) -> bool:
return False


def sequencer_finished(date) -> bool:
def sequencer_finished(date: datetime.datetime) -> bool:
"""Check if the jobs launched by sequencer are running or pending for the given date."""
summary_table = run_summary_table(date)
data_runs = summary_table[summary_table["run_type"] == "DATA"]
Expand Down

0 comments on commit 20af804

Please sign in to comment.