Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Sep 30, 2024
1 parent 8111fe8 commit f709c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csd3-side/scripts/lsst-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,8 @@ def process_files(s3_host, access_key, secret_key, bucket_name, current_objects,
if not current_objects.empty:
if set(object_names).issubset(current_objects['CURRENT_OBJECTS']):
#all files in this subfolder already in bucket
print(current_objects['CURRENT_OBJECTS'])
print(object_names)
# print(current_objects['CURRENT_OBJECTS'])
# print(object_names)
print(f'Skipping subfolder - all files exist.')
continue

Expand Down

0 comments on commit f709c8f

Please sign in to comment.