diff --git a/bitbake/lib/toaster/toastergui/buildtables.py b/bitbake/lib/toaster/toastergui/buildtables.py index 8ef33fdfbd..4edd0e86c4 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 =\ - ('No packages were built. 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,' + ('No packages were built. 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):