We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b97e2c commit 9414497Copy full SHA for 9414497
crates/pet/tests/ci_test.rs
@@ -767,6 +767,7 @@ fn get_python_interpreter_info(cli: &Vec<String>) -> InterpreterInfo {
767
.output()
768
.expect(format!("Failed to execute command {cli:?}").as_str());
769
let output = String::from_utf8(output.stdout).unwrap();
770
+ trace!("Get Interpreter Info: {:?} => {:?}", cli, output);
771
let output = output
772
.split_once("503bebe7-c838-4cea-a1bc-0f2963bcb657")
773
.unwrap()
0 commit comments