Skip to content

Commit 1506a14

Browse files
jmcphersCopilot
andauthored
Update crates/kcserver/tests/common/test_utils.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5bfc878 commit 1506a14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/kcserver/tests/common/test_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ async fn find_python_executable() -> Option<String> {
291291
return Some(candidate.to_string());
292292
} else {
293293
println!("Python at {} does not have ipykernel - skipping", candidate);
294+
continue;
294295
}
295296
}
296297
_ => continue,

0 commit comments

Comments
 (0)