Fix typo. (trunk r12281)
authorZac Medico <zmedico@gentoo.org>
Thu, 25 Dec 2008 01:13:37 +0000 (01:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 25 Dec 2008 01:13:37 +0000 (01:13 -0000)
svn path=/main/branches/2.1.6/; revision=12312

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: