mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
Automatic style fix
This commit is contained in:
parent
3af5bd6a49
commit
07fd719c8b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user