From: Zac Medico Date: Wed, 11 Jul 2007 04:18:47 +0000 (-0000) Subject: Fix typo. (trunk r7228) X-Git-Tag: v2.1.3~63 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34cd2b2cc22617a17afd77b02f3dbb54c9b17217;p=portage.git Fix typo. (trunk r7228) svn path=/main/branches/2.1.2/; revision=7229 --- 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: