[oe-commits] [bitbake] 01/05: knotty: fix indentation

git at git.openembedded.org git at git.openembedded.org
Tue Jul 18 21:40:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository bitbake.

commit 06a96d267dec5b542725defb8f01403f505c4f44
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Fri May 19 13:32:40 2017 +1200

    knotty: fix indentation
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/ui/knotty.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/ui/knotty.py b/lib/bb/ui/knotty.py
index 11afb3e..1aa5ebb 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list