mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
bitbake: knotty: fix indentation
(Bitbake rev: 06a96d267dec5b542725defb8f01403f505c4f44) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5a5c6c7fb6
commit
c361cac161
@@ -476,7 +476,7 @@ def main(server, eventHandler, params, tf = TerminalFilter):
|
||||
taskinfo = helper.running_tasks[event.taskpid]
|
||||
event.msg = taskinfo['title'] + ': ' + event.msg
|
||||
if hasattr(event, 'fn'):
|
||||
event.msg = event.fn + ': ' + event.msg
|
||||
event.msg = event.fn + ': ' + event.msg
|
||||
logger.handle(event)
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user