summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-11 04:18:47 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-11 04:18:47 +0000
commit34cd2b2cc22617a17afd77b02f3dbb54c9b17217 (patch)
treee803eceb3a4a125ba4ca54d23c9f6d690cc29b86
parent6c922fe58c2c04dd6febf66a1ef7b8f53d7ef2b1 (diff)
downloadportage-34cd2b2cc22617a17afd77b02f3dbb54c9b17217.tar.gz
portage-34cd2b2cc22617a17afd77b02f3dbb54c9b17217.tar.bz2
portage-34cd2b2cc22617a17afd77b02f3dbb54c9b17217.zip
Fix typo. (trunk r7228)
svn path=/main/branches/2.1.2/; revision=7229
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 2f916c81e..9d829de3b 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -7655,7 +7655,7 @@ class dblink:
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: