提交 e8b57e2e 编写于 作者: J Jannis Leidel

Fixed small regression introduced in 3a470ce67a51.

上级 e9d400fc
......@@ -1392,7 +1392,7 @@ class UninstallPathSet(object):
def _can_uninstall(self):
if not dist_is_local(self.dist):
logger.notify("Not uninstalling %s at %s, outside environment %s"
% (self.dist.project_name, self.location, sys.prefix))
% (self.dist.project_name, normalize_path(self.dist.location), sys.prefix))
return False
return True
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册