mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
fix: minor fixes
This commit is contained in:
parent
cccd76729f
commit
94105c0aa8
@ -481,7 +481,7 @@ def new_app(app, no_git=None, bench_path="."):
|
|||||||
|
|
||||||
def install_app(
|
def install_app(
|
||||||
app,
|
app,
|
||||||
tag,
|
tag=None,
|
||||||
bench_path=".",
|
bench_path=".",
|
||||||
verbose=False,
|
verbose=False,
|
||||||
no_cache=False,
|
no_cache=False,
|
||||||
|
@ -101,7 +101,7 @@ def init(
|
|||||||
bench_path=path,
|
bench_path=path,
|
||||||
skip_assets=True,
|
skip_assets=True,
|
||||||
verbose=verbose,
|
verbose=verbose,
|
||||||
resolve=False,
|
resolve_deps=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
if not skip_assets:
|
if not skip_assets:
|
||||||
|
Loading…
Reference in New Issue
Block a user