Skip to content

Commit

Permalink
fix: logging when in init-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Aradhya-Tripathi authored and saxenabhishek committed Feb 28, 2022
1 parent 0d51206 commit a26f3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def install(self, skip_assets=False, verbose=False, restart_bench=True, resolved

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",
Expand Down

0 comments on commit a26f3ce

Please sign in to comment.