Skip to content

Commit

Permalink
remove clear manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SK1Y101 committed Jul 16, 2024
1 parent 109e194 commit 88e143f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions anvil-python/anvil/commands/refresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,7 @@ def refresh(
client = deployment.get_client()

manifest = None
if clear_manifest:
raise click.ClickException(
"Anvil does not currently support clear-manifest."
)
elif manifest_path:
if manifest_path:
manifest = Manifest.load(
deployment, manifest_file=manifest, include_defaults=True
)
Expand Down

0 comments on commit 88e143f

Please sign in to comment.