projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bb0604
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 27 May 2007 22:00:56 +0000
(22:00 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 27 May 2007 22:00:56 +0000
(22:00 -0000)
svn path=/main/trunk/; revision=6647
pym/portage/output.py
patch
|
blob
|
history
diff --git
a/pym/portage/output.py
b/pym/portage/output.py
index d2122e0b51bf1f1f22f7d8ec4b0a04e503b956d5..75e043483984079968b3457956b4d4efbe5f195b 100644
(file)
--- a/
pym/portage/output.py
+++ b/
pym/portage/output.py
@@
-455,8
+455,8
@@
class ProgressBar(object):
self._maxval = maxval
if value < 0:
value = 0
- elif value > maxval:
- value = maxval
+ elif value >
self._
maxval:
+ value =
self._
maxval
self._curval = value
def inc(self, n=1):