From: Zac Medico Date: Wed, 11 Jul 2007 04:18:16 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_pre1~1042 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1edf173111b5d67fdb850fa390ad0ced123432ff;p=portage.git Fix typo. svn path=/main/trunk/; revision=7228 --- 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: