Fix package build (#509)

This commit is contained in:
Semyon Bezrukov
2022-08-12 11:09:57 +03:00
committed by GitHub
parent 29f5c6e111
commit 370fa31c11
4 changed files with 10 additions and 10 deletions

View File

@ -18,7 +18,7 @@ def make():
utils.log("Unsupported host OS")
return
def aws_s3_upload(local, key, ptype = None):
def aws_s3_upload(local, key, ptype=None):
if common.os_family == "windows":
rc = utils.cmd(
"aws", "s3", "cp", "--acl", "public-read", "--no-progress",