Remove errant debugging stuff
This commit is contained in:
parent
ee7cc18808
commit
a3f2a25f7b
1 changed files with 1 additions and 2 deletions
|
@ -171,8 +171,7 @@ def run_query(bz):
|
||||||
# Now process the other three flags; not much special processing for them
|
# Now process the other three flags; not much special processing for them
|
||||||
querydata['type0-0-0'] = 'equals'
|
querydata['type0-0-0'] = 'equals'
|
||||||
# for i in ['-', '+', '?']:
|
# for i in ['-', '+', '?']:
|
||||||
for i in []: #['-', '?']:
|
for i in ['-', '?']:
|
||||||
print "foo"
|
|
||||||
querydata['value0-0-0'] = 'fedora-review' + i
|
querydata['value0-0-0'] = 'fedora-review' + i
|
||||||
b1 = bz.query(querydata)
|
b1 = bz.query(querydata)
|
||||||
for bug in b1:
|
for bug in b1:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue