fix: Use app name for parsing app name
This commit is contained in:
parent
698d75193c
commit
7c46736654
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ def install_app(name, verbose=False, set_as_patched=True):
|
|||
# install pre-requisites
|
||||
if app_hooks.required_apps:
|
||||
for app in app_hooks.required_apps:
|
||||
name = parse_app_name(name)
|
||||
name = parse_app_name(app)
|
||||
install_app(name, verbose=verbose)
|
||||
|
||||
frappe.flags.in_install = name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue