Add generic comment for better readability

This commit is contained in:
Alekhya Kommasani 2023-08-09 08:39:52 -04:00
Родитель bea58beae8
Коммит 0a39d766be
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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")