[Toaster] [PATCH 15/20] toaster: build data Format empty state in packages table

Belen Barros Pena belen.barros.pena at linux.intel.com
Thu Jun 9 06:24:28 PDT 2016


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>
---
 bitbake/lib/toaster/toastergui/buildtables.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bitbake/lib/toaster/toastergui/buildtables.py b/bitbake/lib/toaster/toastergui/buildtables.py
index 03142f8..121b860 100644
--- a/bitbake/lib/toaster/toastergui/buildtables.py
+++ b/bitbake/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):
-- 
1.9.1



More information about the toaster mailing list