Skip to content

Commit

Permalink
Merge pull request #230 from cta-observatory/auto_MCP_list_cal
Browse files Browse the repository at this point in the history
added list_cal.txt to the list of input files
  • Loading branch information
jsitarek authored May 29, 2024
2 parents 14d6205 + cde8a21 commit e503503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def main():
for dir in dirs:
print(dir)
list_dl0 = ""
ins = ["list_dl0.txt", "list_LST.txt", "list_coin.txt"]
ins = ["list_dl0.txt", "list_LST.txt", "list_coin.txt", "list_cal.txt"]
for file in ins:
if os.path.exists(f"{dir}/logs/{file}"):
list_dl0 = f"{dir}/logs/{file}"
Expand Down

0 comments on commit e503503

Please sign in to comment.