From f709c8f8116522589cb1c951f65edee6305cc955 Mon Sep 17 00:00:00 2001 From: Dave McKay Date: Mon, 30 Sep 2024 11:04:19 +0100 Subject: [PATCH] comment --- csd3-side/scripts/lsst-backup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csd3-side/scripts/lsst-backup.py b/csd3-side/scripts/lsst-backup.py index d87438b..f303008 100644 --- a/csd3-side/scripts/lsst-backup.py +++ b/csd3-side/scripts/lsst-backup.py @@ -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