Skip to content

Commit ef0522d

Browse files
committed
Ignore this code duplication for now
1 parent 8985c44 commit ef0522d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/tools/venv_shim/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ fn parse_venv_cfg(venv_root: &Path, cfg_path: &Path) -> miette::Result<PyCfg> {
9595
},
9696
user_site: user_site.expect("User site flag not set!"),
9797
}),
98-
// FIXME: Kinda useless copy in this case
9998
(Some(version), None, None) => Ok(PyCfg {
10099
root: venv_root.to_path_buf(),
101100
cfg: cfg_path.to_path_buf(),

0 commit comments

Comments
 (0)