mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Automatic style fix
This commit is contained in:
parent
3f01910446
commit
3c9720fac7
@ -48,7 +48,8 @@ def compress_fast(path, archive_path, exclude=None):
|
||||
def decompress_fast(archive_path, result_path=None):
|
||||
program_part = ""
|
||||
if archive_path.endswith(".zst"):
|
||||
logging.info("zstd will be used for decompression ('%s' -> '%s')",
|
||||
logging.info(
|
||||
"zstd will be used for decompression ('%s' -> '%s')",
|
||||
archive_path,
|
||||
result_path,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user