We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5f14a commit 1b9b010Copy full SHA for 1b9b010
1 file changed
fuzz/fuzz_runner_pool.py
@@ -49,7 +49,7 @@ def log_and_print(message: str, log_file: Path, to_stdout: bool = True):
49
def run_command(
50
cmd: str,
51
log_msg: str,
52
- log_file: Path,
+ log_file: TextIO ,
53
allowed_exit_codes: Optional[List[int]] = None,
54
auto_confirm: bool = True # New auto-confirm parameter
55
) -> bool:
0 commit comments