From 0a39d766be218927cd233e567d4ced6cd9246e60 Mon Sep 17 00:00:00 2001 From: Alekhya Kommasani Date: Wed, 9 Aug 2023 08:39:52 -0400 Subject: [PATCH] Add generic comment for better readability --- mozetl/bhr_collection/bhr_collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozetl/bhr_collection/bhr_collection.py b/mozetl/bhr_collection/bhr_collection.py index 198c147..5b8edce 100644 --- a/mozetl/bhr_collection/bhr_collection.py +++ b/mozetl/bhr_collection/bhr_collection.py @@ -1104,7 +1104,7 @@ def read_file(name, config): with gzip.open(gzfilename, "r") as f: return json.loads(f.read()) - +# Retained s3 logic for backwards compatibility only due to the AWS to GCP migration def write_file(name, stuff, config): end_date = datetime.today() end_date_str = end_date.strftime("%Y%m%d")