summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-02 20:12:42 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-02 20:12:42 +0000
commitba67aab71bcbdd75e483a345e5e10f994a7d7ad2 (patch)
treede89f611928102e0cc4a162154c4bcab7a4651c1 /pym
parent199e1d59ca83faa5375f7137633cb8dd28d966ba (diff)
downloadportage-ba67aab71bcbdd75e483a345e5e10f994a7d7ad2.tar.gz
portage-ba67aab71bcbdd75e483a345e5e10f994a7d7ad2.tar.bz2
portage-ba67aab71bcbdd75e483a345e5e10f994a7d7ad2.zip
Fix dblink._eerror argument where list is required instead of string.
(trunk r15341) svn path=/main/branches/2.1.7/; revision=15568
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 09e5eb355..96096ec5b 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -1702,7 +1702,8 @@ class dblink(object):
# like hell and continue to hopefully finish all our
# administrative and pkg_postinst stuff.
self._eerror("postrm",
- "Could not chmod or unlink '%s': %s\n" % (file_name, ose))
+ ["Could not chmod or unlink '%s': %s\n" % \
+ (file_name, ose)])
finally:
if bsd_chflags and pflags != 0:
# Restore the parent flags we saved before unlinking