Automatic style fix

This commit is contained in:
robot-clickhouse 2023-01-01 21:09:18 +00:00 committed by Alexey Milovidov
parent 3f01910446
commit 3c9720fac7

View File

@ -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,
)