Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
anoopmb
/
frappe
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Merge pull request
#3560
from samicoder/master
[fix] non frappe commands execution after last bench_helper update
version-14
Makarand Bauskar
8 anni fa
committed by
GitHub
parent
de2ce50d7a
173523ce8b
commit
93eb8b229c
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
frappe/utils/bench_helper.py
+ 1
- 1
frappe/utils/bench_helper.py
Vedi File
@@ -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():
Scrivi
Anteprima
Caricamento…
Annulla
Salva