changeset 767:6b9f43a4c8b0 0.6.x

Merge of [844] from trunk.
author hodgestar
date Sat, 24 Apr 2010 15:41:19 +0000
parents b94682509d32
children 5daf42ba5750
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