Function tidy::ext_tool_checks::py_runner

source ยท
fn py_runner(
    py_path: &Path,
    bin: &'static str,
    args: &[&OsStr]
) -> Result<(), Error>
Expand description

Run a python command with given arguments. py_path should be a virtualenv.