From 173523ce8b765a62e03848c6a9a004e6df444f35 Mon Sep 17 00:00:00 2001 From: samicoder Date: Sat, 24 Jun 2017 18:21:40 +0300 Subject: [PATCH] fix other apps command execution --- frappe/utils/bench_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/utils/bench_helper.py b/frappe/utils/bench_helper.py index c1223dbb37..32a782a3dd 100644 --- a/frappe/utils/bench_helper.py +++ b/frappe/utils/bench_helper.py @@ -78,7 +78,7 @@ def get_frappe_commands(): if app_commands: commands.extend(app_commands.keys()) - print(json.dumps(get_app_commands('frappe').keys())) + print(json.dumps(commands)) @click.command('get-frappe-help') def get_frappe_help():