Skip to content

Commit 1b9b010

Browse files
committed
edit stdout
1 parent bb5f14a commit 1b9b010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuzz/fuzz_runner_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def log_and_print(message: str, log_file: Path, to_stdout: bool = True):
4949
def run_command(
5050
cmd: str,
5151
log_msg: str,
52-
log_file: Path,
52+
log_file: TextIO ,
5353
allowed_exit_codes: Optional[List[int]] = None,
5454
auto_confirm: bool = True # New auto-confirm parameter
5555
) -> bool:

0 commit comments

Comments
 (0)