From: Zac Medico Date: Fri, 29 Jun 2007 00:54:20 +0000 (-0000) Subject: Fix typo. (trunk r6989) X-Git-Tag: v2.1.3~119 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f93435b88e73a9f981e87331848b1193a88b8b90;p=portage.git Fix typo. (trunk r6989) svn path=/main/branches/2.1.2/; revision=7086 --- diff --git a/pym/portage.py b/pym/portage.py index d56b49445..c325f2040 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -7236,7 +7236,7 @@ class dblink: modprotect = os.path.join(self.vartree.root, "lib/modules/") def show_unmerge(zing, desc, file_type, file_name): writemsg_stdout("%s %s %s %s\n" % \ - (zing, desc.ljust(8), file_type, obj)) + (zing, desc.ljust(8), file_type, file_name)) for objkey in mykeys: obj = normalize_path(objkey) file_data = pkgfiles[objkey]