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

pym/portage/dbapi/vartree.py

index 93adc30a84b057b16cde4aa8f2cea8acbc760795..0060b5715e849a4084e2cfd034b807922128da97 100644 (file)
@@ -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: