Przeglądaj źródła

fix other apps command execution

version-14
samicoder 8 lat temu
committed by GitHub
rodzic
commit
173523ce8b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/utils/bench_helper.py

+ 1
- 1
frappe/utils/bench_helper.py Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz