rename run_no_output to run_no_stdout
we want stderr for some nix commands.
This commit is contained in:
@@ -338,12 +338,12 @@ def run(
|
||||
return cmd_out
|
||||
|
||||
|
||||
def run_no_output(
|
||||
def run_no_stdout(
|
||||
cmd: list[str],
|
||||
*,
|
||||
env: dict[str, str] | None = None,
|
||||
cwd: Path | None = None,
|
||||
log: Log = Log.NONE,
|
||||
log: Log = Log.STDERR,
|
||||
prefix: str | None = None,
|
||||
check: bool = True,
|
||||
error_msg: str | None = None,
|
||||
|
||||
Reference in New Issue
Block a user