From 2e00cc23e7317099d47f742c60aa2198ee58e037 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 18 Feb 2013 14:35:26 +0530 Subject: [PATCH] run patch sync build in --update as a separate shell --- wnf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wnf.py b/wnf.py index 57548403af..7608b78465 100755 --- a/wnf.py +++ b/wnf.py @@ -74,7 +74,8 @@ def sync_all(force=0): def update_erpnext(remote='origin', branch='master'): pull(remote, branch) - patch_sync_build() + from webnotes.utils import execute_in_shell + execute_in_shell("lib/wnf.py --patch_sync_build", verbose=1) def patch_sync_build(): patch_sync()