From 1edf173111b5d67fdb850fa390ad0ced123432ff Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 11 Jul 2007 04:18:16 +0000 Subject: Fix typo. svn path=/main/trunk/; revision=7228 --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-1-g7c22