2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 06:49:06 +00:00

fix: logging when in init-bench

This commit is contained in:
Aradhya 2022-02-28 14:29:05 +05:30 committed by saxenabhishek
parent 0d51206241
commit a26f3ce564

View File

@ -188,7 +188,7 @@ class App(AppMeta):
verbose = bench.cli.verbose or verbose
app_name = get_app_name(self.bench.name, self.repo)
if not resolved:
if not resolved and self.repo != "frappe":
click.secho(
f"Ignoring dependencies of {self.name} to install dependencies use --resolve-deps",
fg="yellow",