Fix subprocess.run() arguments with input_string parameter.

Review Request #14571 — Created Aug. 25, 2025 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

The newly-added input_string parameter to run_process could end up
passing both stdin=subprocess.PIPE and input=..., which causes an
error. This change makes it so we don't do that.

Used some code that passed input_string in to run_process and no
longer saw the error.

Commits

Files