From 261ce6ca60edce3253ffe0908a3ff2e133388744 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 18 Oct 2011 18:30:00 +0530 Subject: [PATCH] patch_handler: issue fixed --- py/webnotes/modules/patch_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/webnotes/modules/patch_handler.py b/py/webnotes/modules/patch_handler.py index d265cafbad..4157fec560 100644 --- a/py/webnotes/modules/patch_handler.py +++ b/py/webnotes/modules/patch_handler.py @@ -88,6 +88,7 @@ def check_already_applied_patch(patch_list): if e.args[0]==1146: webnotes.conn.sql("create table if not exists `__PatchLog` (patch TEXT, applied_on DATETIME)") check_already_applied_patch(patch_list) + return else: raise e