Fix typo.
authorZac Medico <zmedico@gentoo.org>
Tue, 23 Dec 2008 09:45:34 +0000 (09:45 -0000)
committerZac 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

index c71567f820c459d9724e997a811278fe6550aa39..1b66cc9b85e8a20ae30baa22daaa34278272047a 100644 (file)
@@ -333,7 +333,7 @@ class binarytree(object):
                                try:
                                        os.unlink(dest_path)
                                except OSError:
-                                       if os.path.exist(dest_path):
+                                       if os.path.exists(dest_path):
                                                raise
 
                if st is not None: