Skip to content

Commit 2b773b8

Browse files
committed
1 parent 7087512 commit 2b773b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/uv-python/src/windows_registry.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ pub fn remove_registry_entry<'a>(
238238
} else {
239239
errors.push((
240240
installation.key().clone(),
241-
anyhow::Error::new(err)
242-
.context("Failed to clear registry entries under HKCU:\\{python_entry}"),
241+
format!("Failed to clear registry entries under HKCU:\\{python_entry}: {err}"),
243242
));
244243
}
245244
}

0 commit comments

Comments
 (0)