mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix style
This commit is contained in:
parent
ae71f1070f
commit
55a24facd2
@ -203,7 +203,6 @@ def main():
|
||||
if match:
|
||||
timeout += int(match.group(2))
|
||||
|
||||
stopwatch = Stopwatch()
|
||||
with Path() as current:
|
||||
for fuzzer in current.iterdir():
|
||||
if (current / fuzzer).is_file() and os.access(current / fuzzer, os.X_OK):
|
||||
|
Loading…
Reference in New Issue
Block a user