Procházet zdrojové kódy

Merge pull request #3560 from samicoder/master

[fix] non frappe commands execution after last bench_helper update
version-14
Makarand Bauskar před 8 roky
committed by GitHub
rodič
revize
93eb8b229c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      frappe/utils/bench_helper.py

+ 1
- 1
frappe/utils/bench_helper.py Zobrazit soubor

@@ -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():


Načítá se…
Zrušit
Uložit