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 Oct 1, 2024
1 parent 966be9c commit 182f478
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 @@ -316,7 +316,7 @@ def output_matrix(matrix: list, padding_space: int):
log.info(stringrow)


def is_sequencer_running(date) -> bool:
def is_sequencer_running(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)
sacct_output = run_sacct()
Expand Down

0 comments on commit 182f478

Please sign in to comment.