Skip to content

Commit

Permalink
try client.wait with no futures
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Dec 17, 2024
1 parent 7dbd2ab commit 240707f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions csd3-side/scripts/lsst-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,8 @@ def process_files(s3, bucket_name, api, current_objects, exclude, local_dir, des
else:
print(f'Collate list not saved.')

client.wait()

# # Go!
if __name__ == '__main__':
epilog = ''
Expand Down

0 comments on commit 240707f

Please sign in to comment.