From d15d0620fdb2f225a8fb95fcf0f6c848da05507f Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Wed, 14 May 2014 23:00:19 +0530 Subject: [PATCH] fix --backup return code --- frappe/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/cli.py b/frappe/cli.py index 60b882800e..0798379eac 100755 --- a/frappe/cli.py +++ b/frappe/cli.py @@ -439,7 +439,6 @@ def backup(with_files=False, backup_path_db=None, backup_path_files=None, quiet= if with_files: print "files backup taken -", odb.backup_path_files, "- on", now() frappe.destroy() - return odb @cmd def move(dest_dir=None, site=None):