Fix pylint for build_check.py

This commit is contained in:
Mikhail f. Shiryaev 2022-01-13 15:13:58 +01:00
parent 89415ff415
commit 080c56d91a
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -186,8 +186,8 @@ def upload_master_static_binaries(
s3_helper: S3Helper,
build_output_path: str,
):
static_binary_name = build_config.get("static_binary_name", False)
"""Upload binary artifacts to a static S3 links"""
static_binary_name = build_config.get("static_binary_name", False)
if pr_info.number != 0:
return
elif not static_binary_name: