Small fix (#590)

This commit is contained in:
Semyon Bezrukov
2022-12-23 22:51:34 +03:00
committed by GitHub
parent dd9a8b9df5
commit 0e90989998

View File

@ -35,8 +35,11 @@ def aws_s3_upload(files, key, ptype=None):
if ret and ptype is not None:
full_key = key
if full_key.endswith("/"): full_key += utils.get_basename(file)
utils.add_deploy_data("desktop", ptype, file, full_key, branding.s3_bucket, branding.s3_region)
return rc
utils.add_deploy_data(
"desktop", ptype, file, full_key,
branding.s3_bucket, branding.s3_region
)
return ret
#
# Windows