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
55ff81518f
commit
3008330afe
@ -75,7 +75,7 @@ def run_fuzzer(fuzzer: str, timeout: int):
|
||||
local_directory=active_corpus_dir,
|
||||
)
|
||||
except ClientError as e:
|
||||
if e.response['Error']['Code'] == 'NoSuchKey':
|
||||
if e.response["Error"]["Code"] == "NoSuchKey":
|
||||
logging.debug("No active corpus exists for %s", fuzzer)
|
||||
else:
|
||||
raise
|
||||
|
Loading…
Reference in New Issue
Block a user