summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-11 04:18:16 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-11 04:18:16 +0000
commit1edf173111b5d67fdb850fa390ad0ced123432ff (patch)
treeb89de5b21b73dbee20f4bfdc31ccab4fda2acb68
parente810a1783056025b791a9c2537c4cb69a7116bf1 (diff)
downloadportage-1edf173111b5d67fdb850fa390ad0ced123432ff.tar.gz
portage-1edf173111b5d67fdb850fa390ad0ced123432ff.tar.bz2
portage-1edf173111b5d67fdb850fa390ad0ced123432ff.zip
Fix typo.
svn path=/main/trunk/; revision=7228
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 93adc30a8..0060b5715 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -1482,7 +1482,7 @@ class dblink(object):
if not dest_lstat:
raise AssertionError(
"unable to find non-directory " + \
- "parent for '%s'" % parent_path)
+ "parent for '%s'" % dest_path)
dest_path = parent_path
f = os.path.sep + dest_path[len(destroot):]
if f in collisions: