From 8f0699ef42d08890009a0ce8fff1e22b1b69fd7f Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 13 Oct 2008 17:19:27 -0400 Subject: fix my cleanups of --oneline output --- bin/bugzilla | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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: -- cgit