Skip to content

Commit

Permalink
merge as is
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Dec 19, 2024
1 parent 98e9368 commit e06194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csd3-side/scripts/lsst-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ def process_files(s3, bucket_name, api, current_objects, exclude, local_dir, des

folder_files_size = np.sum(np.array([os.lstat(filename).st_size for filename in folder_files]))
print(f'Number of zip files: {len(zip_batch_files)}', flush=True)
print('', flush=True)
print(f'Done traversing {local_dir}.', flush=True)

if global_collate:
###############################
Expand Down

0 comments on commit e06194a

Please sign in to comment.