Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jul 1, 2024
1 parent 651ada2 commit cc11c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/compare_csv_file_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def compare_csv_file_lists(log_folder):
"""
csv_files = []
for file in os.listdir(log_folder):
print(file)
if file.startswith("lsst-backup-logs-") and file.endswith(".csv") and file.__contains__('{{ ds_nodash }}'):
csv_files.append(file)
for csv_file in csv_files:
Expand Down

0 comments on commit cc11c69

Please sign in to comment.