summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-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: