projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8101b6d
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 23 Dec 2008 09:45:34 +0000
(09:45 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 23 Dec 2008 09:45:34 +0000
(09:45 -0000)
svn path=/main/trunk/; revision=12281
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index c71567f820c459d9724e997a811278fe6550aa39..1b66cc9b85e8a20ae30baa22daaa34278272047a 100644
(file)
--- a/
pym/portage/dbapi/bintree.py
+++ b/
pym/portage/dbapi/bintree.py
@@
-333,7
+333,7
@@
class binarytree(object):
try:
os.unlink(dest_path)
except OSError:
- if os.path.exist(dest_path):
+ if os.path.exist
s
(dest_path):
raise
if st is not None: