# HG changeset patch # User hodgestar # Date 1272123679 0 # Node ID 6b9f43a4c8b05d42695e21ee19f5fb3087feb241 # Parent b94682509d32cbae26974611a74caebd2336c49a Merge of [844] from trunk. diff --git a/bitten/report/lint.py b/bitten/report/lint.py --- 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 = {}