Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Oct 29, 2024
1 parent 0bd15c8 commit 3bdd52d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csd3-side/scripts/lsst-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ def process_files(s3_host, access_key, secret_key, bucket_name, current_objects,
for folder, sub_folders, files in os.walk(local_dir, topdown=True):
total_all_folders += 1
total_all_files += len(files)
print(f'F{"f"*total_all_files}', flush=True, end='')
print(f'Folders: {total_all_folders} Files: {total_all_files}', flush=True)
if file_count_stop:
total_non_collate_zip = len(current_objects[current_objects['CURRENT_OBJECTS'].str.contains('collated_') == False])
Expand Down

0 comments on commit 3bdd52d

Please sign in to comment.