projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c0707d
)
Avoid "0 files checked ..." messages reported by Pesa.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 23 Jul 2008 20:04:59 +0000
(20:04 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 23 Jul 2008 20:04:59 +0000
(20:04 -0000)
svn path=/main/trunk/; revision=11177
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 837176331b716fdfcc990e50f2cfec5d3cfb4215..251f622315d4df1c967744e6ef0a67ada2a8811c 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-2265,7
+2265,7
@@
class dblink(object):
showMessage("%s checking %d files for package collisions\n" % \
(green("*"), len(mycontents)))
for i, f in enumerate(mycontents):
- if i % 1000 == 0:
+ if i % 1000 == 0
and i != 0
:
showMessage("%d files checked ...\n" % i)
if scheduler is not None and \