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 6485d78 commit 87da228Copy full SHA for 87da228
py/tools/py/src/venv.rs
@@ -934,7 +934,6 @@ pub fn populate_venv<A: PthEntryHandler>(
934
// joined to the dirname. Without explicitly taking the parent
935
// we're off by 1.
936
let resolved = diff_paths(&src, &dest.parent().unwrap()).unwrap();
937
- eprintln!("Linking {dest:?} -> {src:?} ({resolved:?})");
938
unix_fs::symlink(&resolved, &dest).into_diagnostic()?;
939
}
940
Command::PthEntry { path } => {
0 commit comments