projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79ca41
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 25 Jun 2007 02:54:15 +0000
(
02:54
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 25 Jun 2007 02:54:15 +0000
(
02:54
-0000)
svn path=/main/trunk/; revision=7019
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index 2b5dacd1da21ffa49275cb16d29a9d516d7c1dbf..5cc959615bc94ac0b24d09fa603d9f18009b2523 100644
(file)
--- a/
pym/portage/dbapi/bintree.py
+++ b/
pym/portage/dbapi/bintree.py
@@
-851,7
+851,7
@@
class binarytree(object):
tbz2_path = self.getname(pkgname)
tbz2name = os.path.basename(tbz2_path)
resume = False
- if os.path.exists(tbz2
name
):
+ if os.path.exists(tbz2
_path
):
if (tbz2name not in self.invalids):
return
else: