summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Laska <jlaska@redhat.com>2011-03-25 08:58:41 -0400
committerJames Laska <jlaska@redhat.com>2011-03-25 08:58:41 -0400
commit5a49c87b093d660adc24e74f96f64794a47efde7 (patch)
tree6ee79c85325a82732b115d1333103e080834e9b6
parent0061518d4f32097778af99caa12b76144eee3fa4 (diff)
downloadscripts-5a49c87b093d660adc24e74f96f64794a47efde7.tar.gz
scripts-5a49c87b093d660adc24e74f96f64794a47efde7.tar.xz
scripts-5a49c87b093d660adc24e74f96f64794a47efde7.zip
Whitespace cleanup
-rwxr-xr-xupdate-blocker-wiki4
1 files changed, 0 insertions, 4 deletions
diff --git a/update-blocker-wiki b/update-blocker-wiki
index ce74637..0670c31 100755
--- a/update-blocker-wiki
+++ b/update-blocker-wiki
@@ -197,7 +197,6 @@ if __name__ == '__main__':
== Approved Blockers ==
The following list of bugs are approved blockers that must be resolved. There
are %s bug(s) affecting %s component(s).
-
''' % (len(join_lists(accepted_blocker_by_component.values())), len(accepted_blocker_by_component))
# Sorted list of approved bugs
page_content += display_bugs_by_component(accepted_blocker_by_component, bugs_by_id)
@@ -208,7 +207,6 @@ are %s bug(s) affecting %s component(s).
The following list of bugs are not yet approved to block the release. There
are %s bug(s) affecting %s component(s). For guidance on reviewing the following
bugs, refer to [[QA:SOP_blocker_bug_process]].
-
''' % (len(join_lists(proposed_blocker_by_component.values())), len(proposed_blocker_by_component))
# Sorted list of proposed bugs
page_content += display_bugs_by_component(proposed_blocker_by_component, bugs_by_id)
@@ -218,7 +216,6 @@ bugs, refer to [[QA:SOP_blocker_bug_process]].
== Approved NICE-TO-HAVE ==
The following list of bugs are approved nths that must be resolved. There are
%s bug(s) affecting %s component(s).
-
''' % (len(join_lists(accepted_nth_by_component.values())), len(accepted_nth_by_component))
# Sorted list of approved bugs
@@ -230,7 +227,6 @@ The following list of bugs are approved nths that must be resolved. There are
The following list of bugs are not yet approved to block the release. There
are %s bug(s) affecting %s component(s). For guidance on reviewing the following
bugs, refer to [[QA:SOP_nth_bug_process]].
-
''' % (len(join_lists(proposed_nth_by_component.values())), len(proposed_nth_by_component))
# Sorted list of proposed bugs