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
1 changed files with 1 additions and 1 deletions

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):