summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui')
-rw-r--r--bitbake/lib/bb/ui/knotty.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py
index 521c262e45..82aa7c4644 100644
--- a/bitbake/lib/bb/ui/knotty.py
+++ b/bitbake/lib/bb/ui/knotty.py
@@ -75,10 +75,8 @@ class BBProgress(progressbar.ProgressBar):
75 extrastr = str(extra) 75 extrastr = str(extra)
76 if extrastr[0] != ' ': 76 if extrastr[0] != ' ':
77 extrastr = ' ' + extrastr 77 extrastr = ' ' + extrastr
78 if extrastr[-1] != ' ':
79 extrastr += ' '
80 else: 78 else:
81 extrastr = ' ' 79 extrastr = ''
82 self.widgets[self.extrapos] = extrastr 80 self.widgets[self.extrapos] = extrastr
83 81
84 def _need_update(self): 82 def _need_update(self):