projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62a9af
)
Also, reset "merges" in JobStatusDisplay.reset().
author
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Jul 2008 16:11:13 +0000
(16:11 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Jul 2008 16:11:13 +0000
(16:11 -0000)
svn path=/main/trunk/; revision=11115
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index a2a68536acc1e5c0a57c630eda7dc5bfd87a420e..94218e25abf87885fcd2b4517423c01844b3557f 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-8323,6
+8323,7
@@
class JobStatusDisplay(object):
def reset(self):
self.maxval = 0
+ self.merges = 0
for name in self._bound_properties:
object.__setattr__(self, name, 0)