mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 00:21:23 +00:00
chore: fix typo (#1448)
This commit is contained in:
parent
fd6dfc3ae7
commit
934b2677c8
@ -315,7 +315,7 @@ def get_excluded_apps(bench_path="."):
|
|||||||
|
|
||||||
def add_to_excluded_apps_txt(app, bench_path="."):
|
def add_to_excluded_apps_txt(app, bench_path="."):
|
||||||
if app == "frappe":
|
if app == "frappe":
|
||||||
raise ValueError("Frappe app cannot be excludeed from update")
|
raise ValueError("Frappe app cannot be excluded from update")
|
||||||
if app not in os.listdir("apps"):
|
if app not in os.listdir("apps"):
|
||||||
raise ValueError(f"The app {app} does not exist")
|
raise ValueError(f"The app {app} does not exist")
|
||||||
apps = get_excluded_apps(bench_path=bench_path)
|
apps = get_excluded_apps(bench_path=bench_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user