Skip to content

Commit

Permalink
fix!: Unconditionally assume frappe_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Feb 23, 2024
1 parent 8db23dd commit 014358d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bench/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ def cli():
bench_command()

if in_bench:
if cmd_from_sys in get_frappe_commands():
frappe_cmd()
else:
app_cmd()
frappe_cmd()

bench_command()

Expand Down

0 comments on commit 014358d

Please sign in to comment.