1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix an unrelated thing that somehow never got tested before!

This commit is contained in:
Donald Stufft 2016-01-20 13:53:13 -05:00
parent e32c9b5b08
commit ef3a780a4a

View file

@ -752,7 +752,7 @@ class InstallRequirement(object):
self.uninstalled.rollback()
else:
logger.error(
"Can't rollback %s, nothing uninstalled.", self.project_name,
"Can't rollback %s, nothing uninstalled.", self.name,
)
def commit_uninstall(self):