From 923ccec33c4b677fdbb3909786c6956ac2a6cb0b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 25 Jun 2007 02:54:15 +0000 Subject: Fix typo. svn path=/main/trunk/; revision=7019 --- pym/portage/dbapi/bintree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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: -- cgit v1.2.3-1-g7c22