From 8f9ba227869775cf7f35037283e88e4cee047703 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 22 Jul 2012 15:05:53 -0700 Subject: TermProgressBar: fix broken ref to "image" var Broken since commit 0623e44a500125064525413404948af9179747a9. --- pym/portage/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-1-g7c22