瀏覽代碼

fix other apps command execution

version-14
samicoder 8 年之前
committed by GitHub
父節點
當前提交
173523ce8b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/utils/bench_helper.py

+ 1
- 1
frappe/utils/bench_helper.py 查看文件

@@ -78,7 +78,7 @@ def get_frappe_commands():
if app_commands: if app_commands:
commands.extend(app_commands.keys()) commands.extend(app_commands.keys())


print(json.dumps(get_app_commands('frappe').keys()))
print(json.dumps(commands))


@click.command('get-frappe-help') @click.command('get-frappe-help')
def get_frappe_help(): def get_frappe_help():


Loading…
取消
儲存