From d3e04c3185de21d6c3caf64bb2be76481357cfb8 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 11 Dec 2012 15:25:06 +0530 Subject: [PATCH] fixed syntax error in patch list --- patches/patch_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/patch_list.py b/patches/patch_list.py index e985fa75df..902becc91b 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -525,6 +525,7 @@ patch_list = [ { 'patch_module': 'patches.december_2012', 'patch_file': 'production_cleanup', + }, { 'patch_module': 'patches.december_2012', 'patch_file': 'fix_default_print_format',