summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2023-04-11 03:06:20 +0800
committerGitHub <noreply@github.com>2023-04-11 03:06:20 +0800
commitd0c50a0bd1f5115991adff5392d3af9bf4bb7d53 (patch)
tree1db2ffcf34e73cc1d490f791f7a5a3448337cf33 /src
parent5d4a974b60b37acdaeaea457196366678b0624a3 (diff)
parent01b13881659ead1b697de4fa33f6470dc379c9da (diff)
downloadpip-d0c50a0bd1f5115991adff5392d3af9bf4bb7d53.tar.gz
Merge pull request #10594 from pdegroote/main
Diffstat (limited to 'src')
-rw-r--r--src/pip/_internal/req/req_uninstall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pip/_internal/req/req_uninstall.py b/src/pip/_internal/req/req_uninstall.py
index 15b67385c..641aaad76 100644
--- a/src/pip/_internal/req/req_uninstall.py
+++ b/src/pip/_internal/req/req_uninstall.py
@@ -535,8 +535,8 @@ class UninstallPathSet:
assert os.path.samefile(
normalized_link_pointer, normalized_dist_location
), (
- f"Egg-link {link_pointer} does not match installed location of "
- f"{dist.raw_name} (at {dist_location})"
+ f"Egg-link {develop_egg_link} (to {link_pointer}) does not match "
+ f"installed location of {dist.raw_name} (at {dist_location})"
)
paths_to_remove.add(develop_egg_link)
easy_install_pth = os.path.join(