This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
anoopmb
/
frappe
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Merge pull request
#3560
from samicoder/master
[fix] non frappe commands execution after last bench_helper update
version-14
Makarand Bauskar
пре 8 година
committed by
GitHub
родитељ
de2ce50d7a
173523ce8b
комит
93eb8b229c
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
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():
Write
Preview
Loading…
Откажи
Сачувај