changeset 766:f2f6df5a9cf5

Fix reference to report.category (Fixes #451. Patch from Roland Wilczek).
author hodgestar
date Sat, 24 Apr 2010 15:39:30 +0000
parents 63d2d977ece6
children 0fdc8aaeb436
files bitten/report/lint.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/report/lint.py
+++ b/bitten/report/lint.py
@@ -115,7 +115,7 @@
   ON (item_category.report=report.id AND
     item_category.item=item_type.item AND
     item_category.name='category')
-WHERE report_category='lint' AND build=%s AND step=%s
+WHERE report.category='lint' AND build=%s AND step=%s
 ORDER BY item_type.value""", (build.id, step.name))
 
         file_data = {}
Copyright (C) 2012-2017 Edgewall Software