Automatic style fix

This commit is contained in:
robot-clickhouse 2023-08-06 11:30:50 +00:00
parent fbb2be21cc
commit 333ed6425c

View File

@ -391,11 +391,11 @@ def main():
# Nevertheless, the credentials of the CI logs have limited scope
# and does not provide access to sensitive info.
ci_logs_host = os.getenv("CLICKHOUSE_CI_LOGS_HOST");
ci_logs_password = os.getenv("CLICKHOUSE_CI_LOGS_PASSWORD");
ci_logs_host = os.getenv("CLICKHOUSE_CI_LOGS_HOST")
ci_logs_password = os.getenv("CLICKHOUSE_CI_LOGS_PASSWORD")
subprocess.check_call(
f"sed -i -r -e 's!{ci_logs_host}!CLICKHOUSE_CI_LOGS_HOST!g; s!{ci_logs_password}!CLICKHOUSE_CI_LOGS_PASSWORD!g;' '{run_log_path}'",
shell=True
shell=True,
)
report_url = upload_results(