summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/tables.py
diff options
context:
space:
mode:
authorElliot Smith <elliot.smith@intel.com>2016-01-15 13:01:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-15 16:29:50 +0000
commit2c97f3a5c6ae37de910deb90390c5b856a600c5f (patch)
tree3afe6b36c81522ec75e4da84b66e398c72a4bc7a /lib/toaster/toastergui/tables.py
parent85efa9530fa6181855e051bfd14de1c15db9c3b7 (diff)
downloadbitbake-2c97f3a5c6ae37de910deb90390c5b856a600c5f.tar.gz
toastergui: code formatting and clean-up
Minor fixes to code formatting and small improvements from code review. Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/toastergui/tables.py')
-rw-r--r--lib/toaster/toastergui/tables.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/tables.py b/lib/toaster/toastergui/tables.py
index 227973114..e9f1fdccb 100644
--- a/lib/toaster/toastergui/tables.py
+++ b/lib/toaster/toastergui/tables.py
@@ -688,7 +688,9 @@ class ProjectsTable(ToasterTable):
self.queryset = queryset
- # columns: last activity on (updated) - DEFAULT, project (name), release, machine, number of builds, last build outcome, recipe (name), errors, warnings, image files
+ # columns: last activity on (updated) - DEFAULT, project (name), release,
+ # machine, number of builds, last build outcome, recipe (name), errors,
+ # warnings, image files
def setup_columns(self, *args, **kwargs):
name_template = '''
{% load project_url_tag %}