Skip to content

Commit

Permalink
fix: minor fixes
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 cccd767 commit 94105c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def new_app(app, no_git=None, bench_path="."):

def install_app(
app,
tag,
tag=None,
bench_path=".",
verbose=False,
no_cache=False,
Expand Down
2 changes: 1 addition & 1 deletion bench/utils/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def init(
bench_path=path,
skip_assets=True,
verbose=verbose,
resolve=False,
resolve_deps=False,
)

if not skip_assets:
Expand Down

0 comments on commit 94105c0

Please sign in to comment.