mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix style
This commit is contained in:
parent
82521bb973
commit
5c62afd15e
@ -302,7 +302,7 @@ if __name__ == "__main__":
|
|||||||
res = call(cmd, shell=True, stdout=tee.stdin, stderr=STDOUT)
|
res = call(cmd, shell=True, stdout=tee.stdin, stderr=STDOUT)
|
||||||
tee.stdin.close()
|
tee.stdin.close()
|
||||||
if res != 0 and have_long_running_queries:
|
if res != 0 and have_long_running_queries:
|
||||||
logging.info("Hung check failed with exit code {}".format(res))
|
logging.info("Hung check failed with exit code %d", res)
|
||||||
else:
|
else:
|
||||||
hung_check_status = "No queries hung\tOK\t\\N\t\n"
|
hung_check_status = "No queries hung\tOK\t\\N\t\n"
|
||||||
with open(
|
with open(
|
||||||
|
Loading…
Reference in New Issue
Block a user