From: Zac Medico Date: Mon, 25 Jun 2007 02:54:15 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_pre1~1152 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=923ccec33c4b677fdbb3909786c6956ac2a6cb0b;p=portage.git Fix typo. svn path=/main/trunk/; revision=7019 --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 2b5dacd1d..5cc959615 100644 --- 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(tbz2name): + if os.path.exists(tbz2_path): if (tbz2name not in self.invalids): return else: