projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5f4e89
)
TermProgressBar: fix broken ref to "image" var
author
Zac Medico
<zmedico@gentoo.org>
Sun, 22 Jul 2012 22:05:53 +0000
(15:05 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 22 Jul 2012 22:05:53 +0000
(15:05 -0700)
Broken since commit
0623e44a500125064525413404948af9179747a9
.
pym/portage/output.py
patch
|
blob
|
history
diff --git
a/pym/portage/output.py
b/pym/portage/output.py
index c6a7031d0e06e765352ac61acdcf283c454b3075..07e25af7a2fe97d602d167ad1f319d08e132007a 100644
(file)
--- a/
pym/portage/output.py
+++ b/
pym/portage/output.py
@@
-744,7
+744,7
@@
class TermProgressBar(ProgressBar):
max_bar_width = bar_space-3
_percent = "".ljust(percentage_str_width)
if cols < min_columns:
- return
image
+ return
""
if position <= 0.5:
offset = 2 * position
else: