From: Zac Medico Date: Thu, 25 Dec 2008 01:13:37 +0000 (-0000) Subject: Fix typo. (trunk r12281) X-Git-Tag: v2.1.6.3~22 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b395854bec05f4438521410cf54cf7a037bc69ef;p=portage.git Fix typo. (trunk r12281) svn path=/main/branches/2.1.6/; revision=12312 --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index c71567f82..1b66cc9b8 100644 --- 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.exists(dest_path): raise if st is not None: