Skip to content

Commit

Permalink
change path of dl1_datacheck lines
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Dec 15, 2023
1 parent 35e66d8 commit 1b7adbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osa/scripts/provprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def produce_provenance(session_log_filename, base_filename):
plines_check = parse_lines_run(
"dl1_datacheck",
read_prov(filename=session_log_filename),
str(paths_dl1_dl2["out_path"]),
str(paths_r0_dl1["out_path"]),
)
dl1_lines = plines_r0 + plines_ab[1:] + plines_check[1:]

Expand Down

0 comments on commit 1b7adbe

Please sign in to comment.