Skip to content

Commit

Permalink
Correct log information
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Feb 2, 2024
1 parent 48e82fa commit 0b89de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osa/scripts/closer.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ def cherenkov_transparency_cmd(longterm_job_id: str) -> List[str]:


def cherenkov_transparency(cmd: List[str]):
"""Update longterm dl1 check files with cherenkov transparency information."""
log.info("Daily dl1 checks using longterm script.")
"""Update longterm dl1 check file with cherenkov transparency information."""
log.info("Update longterm dl1 check file with cherenkov_transparency script.")
log.debug(f"Executing {stringify(cmd)}")

if not options.simulate and not options.test and shutil.which("sbatch") is not None:
Expand Down

0 comments on commit 0b89de7

Please sign in to comment.