Skip to content

Commit

Permalink
accept defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
SK1Y101 committed Sep 6, 2024
1 parent 9331e06 commit d4e564c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions anvil-python/anvil/provider/local/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ def bootstrap(
manifest_data=manifest_data or {},
include_defaults=True,
)

# don't ask deployment questions if we pass a manifest
accept_defaults = True
else:
manifest_obj = Manifest.get_default_manifest(deployment)

Expand Down

0 comments on commit d4e564c

Please sign in to comment.