We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec479f commit cdb5416Copy full SHA for cdb5416
crates/pet/tests/ci_test.rs
@@ -768,6 +768,7 @@ fn get_python_interpreter_info(cli: &Vec<String>) -> InterpreterInfo {
768
.output()
769
.expect(format!("Failed to execute command {cli:?}").as_str());
770
let output = String::from_utf8(output.stdout).unwrap();
771
+ trace!("Execute Python {:?} Output: {output:?}", cli);
772
let output = output
773
.split_once("503bebe7-c838-4cea-a1bc-0f2963bcb657")
774
.unwrap()
0 commit comments