summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/toasterui.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/toasterui.py')
-rw-r--r--bitbake/lib/bb/ui/toasterui.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py
index 17299026ab..71f04fa5ce 100644
--- a/bitbake/lib/bb/ui/toasterui.py
+++ b/bitbake/lib/bb/ui/toasterui.py
@@ -438,9 +438,7 @@ def main(server, eventHandler, params):
438 elif event.type == "SetBRBE": 438 elif event.type == "SetBRBE":
439 buildinfohelper.brbe = buildinfohelper._get_data_from_event(event) 439 buildinfohelper.brbe = buildinfohelper._get_data_from_event(event)
440 elif event.type == "TaskArtifacts": 440 elif event.type == "TaskArtifacts":
441 # not implemented yet 441 buildinfohelper.scan_task_artifacts(event)
442 # see https://bugzilla.yoctoproject.org/show_bug.cgi?id=10283 for details
443 pass
444 elif event.type == "OSErrorException": 442 elif event.type == "OSErrorException":
445 logger.error(event) 443 logger.error(event)
446 else: 444 else: