Automatic style fix

This commit is contained in:
robot-clickhouse 2024-09-30 15:03:00 +00:00
parent 3af5bd6a49
commit 07fd719c8b

View File

@ -133,7 +133,7 @@ def run_fuzzer(fuzzer: str):
text=True,
check=True,
shell=True,
errors='replace',
errors="replace",
)
except subprocess.CalledProcessError as e:
# print("Command failed with error:", e)