mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
Merge branch 'collect-binary-size' of github.com:ClickHouse/ClickHouse into collect-binary-size
This commit is contained in:
commit
b256f9d45f
@ -434,7 +434,7 @@ FORMAT JSONCompactEachRow"""
|
||||
profile_data_file = temp_path / "profile.json"
|
||||
with open(profile_data_file, "wb") as profile_fd:
|
||||
for profile_source in profiles_dir.iterdir():
|
||||
if profile_source != 'binary_sizes.txt':
|
||||
if profile_source != "binary_sizes.txt":
|
||||
with open(profiles_dir / profile_source, "rb") as ps_fd:
|
||||
profile_fd.write(ps_fd.read())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user