summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/knotty.py
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-05-19 13:32:40 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-18 22:39:33 +0100
commitc361cac161de2aa661df993376c526b860c7f642 (patch)
tree20ce4db604690190cf960e0889c6b9a32718e3db /bitbake/lib/bb/ui/knotty.py
parent5a5c6c7fb6a965e37381ca6ccfd57c92d19769d9 (diff)
downloadpoky-c361cac161de2aa661df993376c526b860c7f642.tar.gz
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>
Diffstat (limited to 'bitbake/lib/bb/ui/knotty.py')
-rw-r--r--bitbake/lib/bb/ui/knotty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py
index 11afb3e744..1aa5ebb287 100644
--- a/bitbake/lib/bb/ui/knotty.py
+++ b/bitbake/lib/bb/ui/knotty.py
@@ -476,7 +476,7 @@ def main(server, eventHandler, params, tf = TerminalFilter):
476 taskinfo = helper.running_tasks[event.taskpid] 476 taskinfo = helper.running_tasks[event.taskpid]
477 event.msg = taskinfo['title'] + ': ' + event.msg 477 event.msg = taskinfo['title'] + ': ' + event.msg
478 if hasattr(event, 'fn'): 478 if hasattr(event, 'fn'):
479 event.msg = event.fn + ': ' + event.msg 479 event.msg = event.fn + ': ' + event.msg
480 logger.handle(event) 480 logger.handle(event)
481 continue 481 continue
482 482