Automatic style fix

This commit is contained in:
robot-clickhouse 2023-06-27 04:30:56 +00:00
parent 8c38d10bb4
commit 9d8b996f68

View File

@ -150,7 +150,7 @@ def main():
os.makedirs(logs_path)
run_log_path = os.path.join(logs_path, "run.log")
with TeePopen(run_cmd, run_log_path, timeout = 90 * 60) as process:
with TeePopen(run_cmd, run_log_path, timeout=90 * 60) as process:
retcode = process.wait()
if retcode == 0:
logging.info("Run successfully")