From ef802823882e30618b9f5f4721640c712da6d8f1 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 22 Nov 2013 13:14:12 +0530 Subject: [PATCH] [minor] fix whitespace in patch_list --- patches/patch_list.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/patch_list.py b/patches/patch_list.py index 03e5a0efaf..93b97336c1 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -245,10 +245,10 @@ patch_list = [ "execute:webnotes.reload_doc('core', 'doctype', 'comment') #2013-11-15", "patches.1311.p02_index_singles", "patches.1311.p01_make_gl_entries_for_si", - "patches.1311.p03_update_reqd_report_fields", + "patches.1311.p03_update_reqd_report_fields", "execute:webnotes.reload_doc('website', 'doctype', 'website_sitemap_config') #2013-11-20", "execute:webnotes.reload_doc('website', 'doctype', 'website_sitemap') #2013-11-20", "execute:webnotes.bean('Style Settings').save() #2013-11-20", - "execute:webnotes.get_module('website.doctype.website_sitemap_config.website_sitemap_config').rebuild_website_sitemap_config()", - "patches.1311.p04_update_comments", + "execute:webnotes.get_module('website.doctype.website_sitemap_config.website_sitemap_config').rebuild_website_sitemap_config()", + "patches.1311.p04_update_comments", ] \ No newline at end of file