From 1c9913a4f0974668470fecb04431410e24491c4d Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Sat, 26 May 2012 15:27:28 +0530 Subject: [PATCH] basic update utility -- for complementing installs. Does pull, applies latest patches and sync --- update_erpnext.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update_erpnext.py b/update_erpnext.py index be368d6e87c..339b83374c0 100644 --- a/update_erpnext.py +++ b/update_erpnext.py @@ -14,4 +14,6 @@ for cmd in cmd_list: print "cannot proceed with update" print "status: %s" % stat print "output: %s" % op - break \ No newline at end of file + break + +print "update_erpnext.py --> run success." \ No newline at end of file