diff options
| -rw-r--r-- | bitbake/lib/bb/ui/knotty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index 3d9e2031b3..88f638fb38 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py | |||
| @@ -300,8 +300,8 @@ class TerminalFilter(object): | |||
| 300 | if start_time: | 300 | if start_time: |
| 301 | pbar.start_time = start_time | 301 | pbar.start_time = start_time |
| 302 | pbar.setmessage('%s:%s' % (tasknum, pbar.msg.split(':', 1)[1])) | 302 | pbar.setmessage('%s:%s' % (tasknum, pbar.msg.split(':', 1)[1])) |
| 303 | pbar.setextra(rate) | ||
| 303 | if progress > -1: | 304 | if progress > -1: |
| 304 | pbar.setextra(rate) | ||
| 305 | content = pbar.update(progress) | 305 | content = pbar.update(progress) |
| 306 | else: | 306 | else: |
| 307 | content = pbar.update(1) | 307 | content = pbar.update(1) |
