Add generic comment for better readability
This commit is contained in:
Родитель
bea58beae8
Коммит
0a39d766be
|
@ -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")
|
||||
|
|
Загрузка…
Ссылка в новой задаче