Fix typo. (trunk r7228)
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Jul 2007 04:18:47 +0000 (04:18 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Jul 2007 04:18:47 +0000 (04:18 -0000)
svn path=/main/branches/2.1.2/; revision=7229

pym/portage.py

index 2f916c81ea8048c4d1a8e99b79e649949fe73cb8..9d829de3b53b7753c9a0120c8889bb2625c8e3c3 100644 (file)
@@ -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: