summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-10-13 17:19:27 -0400
committerWill Woods <wwoods@redhat.com>2008-10-13 17:19:27 -0400
commit8f0699ef42d08890009a0ce8fff1e22b1b69fd7f (patch)
tree939fcd6018685e0cc76fb79184c6b1547e2a346f /bin
parent48a4d90f39bf7347c82f868f4c93cc241b384e33 (diff)
downloadpython-bugzilla-8f0699ef42d08890009a0ce8fff1e22b1b69fd7f.tar.gz
python-bugzilla-8f0699ef42d08890009a0ce8fff1e22b1b69fd7f.tar.xz
python-bugzilla-8f0699ef42d08890009a0ce8fff1e22b1b69fd7f.zip
fix my cleanups of --oneline output
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bugzilla4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bugzilla b/bin/bugzilla
index 66d3889..fdff490 100755
--- a/bin/bugzilla
+++ b/bin/bugzilla
@@ -493,8 +493,8 @@ def main():
cve=''
#grab all the flags that are set
for i in b.flag_types:
- for s in i['flags']:
- if s['status']: flags += i['name'] + ":" + str(s['status']) + " "
+ for s in i['flags']:
+ if s['status']: flags += i['name'] + ":" + str(s['status']) + " "
#grab CVEs by searching the keywords and grabbing that bugzilla
if b.keywords.find("Security") != -1:
for bl in b.blocked: