Fix typo
This commit is contained in:
parent
69832eda5d
commit
f654052f1d
1 changed files with 2 additions and 2 deletions
|
|
@ -112,9 +112,9 @@ def start_mprime(working_dir, log_path) -> subprocess.Popen:
|
|||
stdout=subprocess.PIPE,
|
||||
)
|
||||
proc_mprime.stdout.close() # type: ignore[reportOptionalMemberAccess]
|
||||
save_nsbr = exe.NonBlockingStreamReader(proc_grep.stdout)
|
||||
save_nbsr = exe.NonBlockingStreamReader(proc_grep.stdout)
|
||||
exe.start_thread(
|
||||
save_nsbr.save_to_file,
|
||||
save_nbsr.save_to_file,
|
||||
args=(proc_grep, log_path),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue