summaryrefslogtreecommitdiffstats
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:38:25 +0100
commit06a96d267dec5b542725defb8f01403f505c4f44 (patch)
tree529ab1a55d18af82413c6fc9b71c6873df7a73bd
parent96bb174325493764718c61c12c943c37b882cd61 (diff)
downloadbitbake-contrib-06a96d267dec5b542725defb8f01403f505c4f44.tar.gz
knotty: fix indentation
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/ui/knotty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/knotty.py b/lib/bb/ui/knotty.py
index 11afb3e74..1aa5ebb28 100644
--- a/lib/bb/ui/knotty.py
+++ b/lib/bb/ui/knotty.py
@@ -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