Browse Source

[minor] fix for in_install

version-14
Rushabh Mehta 8 years ago
parent
commit
89185c4efe
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      frappe/installer.py

+ 1
- 0
frappe/installer.py View File

@@ -97,6 +97,7 @@ def get_root_connection(root_login='root', root_password=None):
return frappe.local.flags.root_connection

def install_app(name, verbose=False, set_as_patched=True):
frappe.flags.in_install = name
frappe.clear_cache()
app_hooks = frappe.get_hooks(app_name=name)
installed_apps = frappe.get_installed_apps()


Loading…
Cancel
Save