From 5a49c87b093d660adc24e74f96f64794a47efde7 Mon Sep 17 00:00:00 2001 From: James Laska Date: Fri, 25 Mar 2011 08:58:41 -0400 Subject: Whitespace cleanup --- update-blocker-wiki | 4 ---- 1 file changed, 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 -- cgit