From: Zac Medico Date: Sun, 22 Jul 2012 22:05:53 +0000 (-0700) Subject: TermProgressBar: fix broken ref to "image" var X-Git-Tag: v2.2.0_alpha121~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f9ba227869775cf7f35037283e88e4cee047703;p=portage.git TermProgressBar: fix broken ref to "image" var Broken since commit 0623e44a500125064525413404948af9179747a9. --- diff --git a/pym/portage/output.py b/pym/portage/output.py index c6a7031d0..07e25af7a 100644 --- 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: