Skip to content

Commit cdb5416

Browse files
committed
Updates
1 parent cec479f commit cdb5416

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
@@ -768,6 +768,7 @@ fn get_python_interpreter_info(cli: &Vec<String>) -> InterpreterInfo {
768768
.output()
769769
.expect(format!("Failed to execute command {cli:?}").as_str());
770770
let output = String::from_utf8(output.stdout).unwrap();
771+
trace!("Execute Python {:?} Output: {output:?}", cli);
771772
let output = output
772773
.split_once("503bebe7-c838-4cea-a1bc-0f2963bcb657")
773774
.unwrap()

0 commit comments

Comments
 (0)