Skip to content

Commit 9414497

Browse files
committed
Misc
1 parent 9b97e2c commit 9414497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/pet/tests/ci_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ fn get_python_interpreter_info(cli: &Vec<String>) -> InterpreterInfo {
767767
.output()
768768
.expect(format!("Failed to execute command {cli:?}").as_str());
769769
let output = String::from_utf8(output.stdout).unwrap();
770+
trace!("Get Interpreter Info: {:?} => {:?}", cli, output);
770771
let output = output
771772
.split_once("503bebe7-c838-4cea-a1bc-0f2963bcb657")
772773
.unwrap()

0 commit comments

Comments
 (0)