projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e810a17
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Jul 2007 04:18:16 +0000
(
04:18
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 93adc30a84b057b16cde4aa8f2cea8acbc760795..0060b5715e849a4084e2cfd034b807922128da97 100644
(file)
--- 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'" %
paren
t_path)
+ "parent for '%s'" %
des
t_path)
dest_path = parent_path
f = os.path.sep + dest_path[len(destroot):]
if f in collisions: