From 34cd2b2cc22617a17afd77b02f3dbb54c9b17217 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 11 Jul 2007 04:18:47 +0000 Subject: Fix typo. (trunk r7228) svn path=/main/branches/2.1.2/; revision=7229 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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: -- cgit v1.2.3-1-g7c22