diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2012-09-17 17:43:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-24 15:35:31 +0100 |
commit | eab93b0d625aba061a73b9c5f7ce7828495f1338 (patch) | |
tree | 415fe67ac7eaa788a7304533d1589df3cad04abf /bitbake/lib/bb/event.py | |
parent | eed98e4666cafa139900f9a84c0be8665c89b04b (diff) | |
download | poky-eab93b0d625aba061a73b9c5f7ce7828495f1338.tar.gz |
bitbake: progress.py: Fix traceback when running goggle ui
The following traceback appears when running the following command after the
devshell is exited.
bitbake -u goggle -c devshell busybox
-- traceback --
Traceback (most recent call last):
File "/work/bitbake/lib/bb/ui/goggle.py", line 35, in event_handle_idle_func
build.handle_event (event, pbar)
File "/work/bitbake/lib/bb/ui/crumbs/runningbuild.py", line 299, in handle_event
pbar.set_text(event.msg)
AttributeError: 'ProgressBar' object has no attribute 'set_text'
(Bitbake rev: a6cc53cdb3c34fc8fd01bbc5ce0008429dc6785c)
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/event.py')
0 files changed, 0 insertions, 0 deletions