Add query for nova pep8 gate fail bug 1326848

This is already fixed, just got stuck in the gate.  This patch is just
for getting the failure off the uncategorized bugs list.

Related-Bug: #1326848

Change-Id: I6131dfc677c87f6854660c4e48350d521df8cec6
This commit is contained in:
Matt Riedemann 2014-06-05 08:33:45 -07:00
parent 372ee71423
commit 05409a43cd

6
queries/1326848.yaml Normal file
View File

@ -0,0 +1,6 @@
query: >-
message:"F841 local variable" AND
message:"is assigned to but never used" AND
tags:"console" AND
build_queue:"gate" AND
build_name:"gate-nova-pep8"