[oe-commits] [bitbake] 23/44: toaster: BuiltPackagesTable format empty state in packages table

git at git.openembedded.org git at git.openembedded.org
Mon Jun 13 21:11:11 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 65929ab22a41c4ab5dd9f49238c409c847ae8ba8
Author: Belen Barros Pena <belen.barros.pena at linux.intel.com>
AuthorDate: Thu Jun 9 11:35:11 2016 +0100

    toaster: BuiltPackagesTable format empty state in packages table
    
    The explanatory message in the empty state of the packages built table
    was missing some spaces.
    
    Signed-off-by: Belen Barros Pena <belen.barros.pena at linux.intel.com>
    Signed-off-by: Michael Wood <michael.g.wood at intel.com>
---
 lib/toaster/toastergui/buildtables.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/toaster/toastergui/buildtables.py b/lib/toaster/toastergui/buildtables.py
index 8ef33fd..4edd0e8 100644
--- a/lib/toaster/toastergui/buildtables.py
+++ b/lib/toaster/toastergui/buildtables.py
@@ -134,11 +134,11 @@ class BuiltPackagesTable(BuildTablesMixin, BuiltPackagesTableBase):
         self.default_orderby = "name"
 
         self.empty_state =\
-            ('<strong>No packages were built.</strong> How did this happen?'
-             'Well, BitBake reuses as much stuff as possible.'
-             'If all of the packages needed were already built and available'
-             'in your build infrastructure, BitBake'
-             'will not rebuild any of them. This might be slightly confusing,'
+            ('<strong>No packages were built.</strong> How did this happen? '
+             'Well, BitBake reuses as much stuff as possible. '
+             'If all of the packages needed were already built and available '
+             'in your build infrastructure, BitBake '
+             'will not rebuild any of them. This might be slightly confusing, '
              'but it does make everything faster.')
 
     def setup_columns(self, *args, **kwargs):

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


More information about the Openembedded-commits mailing list