Skip to content

Commit

Permalink
Merge pull request #254 from cta-observatory/datacheck
Browse files Browse the repository at this point in the history
Copy datacheck files to webserver
  • Loading branch information
morcuended authored Oct 9, 2023
2 parents c39febf + 624dc1f commit b8b0c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osa/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def datacheck_directory(data_type: str, date: str) -> Path:
if data_type in {"PEDESTAL", "CALIB"}:
directory = Path(cfg.get("LST1", f"{data_type}_DIR")) / date / "pro/log"
elif data_type == "DL1AB":
directory = destination_dir("DL1AB", create_dir=False)
directory = destination_dir("DATACHECK", create_dir=False)
elif data_type == "LONGTERM":
directory = Path(cfg.get("LST1", f"{data_type}_DIR")) / options.prod_id / date
else:
Expand Down

0 comments on commit b8b0c67

Please sign in to comment.