Skip to content

Commit 1ee011c

Browse files
committed
Updates
1 parent bc20aba commit 1ee011c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pet-venv/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl Locator for Venv {
7171

7272
Some(
7373
PythonEnvironmentBuilder::new(Some(PythonEnvironmentKind::Venv))
74-
.name(name.map(String::from))
74+
.name(name)
7575
.executable(Some(env.executable.clone()))
7676
.version(version)
7777
.prefix(prefix)

0 commit comments

Comments
 (0)