mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 17:55:40 +00:00
fix: Remove explicit exception
Co-authored-by: gavin <gavin18d@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ def check_setup_wizard_not_completed():
|
||||
if frappe.db.get_default('desktop:home_page') != 'setup-wizard':
|
||||
message = """ERPNext can only be installed on a fresh site where the setup wizard is not completed.
|
||||
You can reinstall this site (after saving your data) using: bench --site [sitename] reinstall"""
|
||||
frappe.throw(message, exc=frappe.IncompatibleApp)
|
||||
frappe.throw(message)
|
||||
|
||||
|
||||
def set_single_defaults():
|
||||
|
||||
Reference in New Issue
Block a user