Skip to content

Commit

Permalink
Refactor cached properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jun 2, 2024
1 parent 8a6f3f4 commit 8992808
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 380 deletions.
1 change: 1 addition & 0 deletions src/hatch/cli/env/prune.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def prune(app: Application):
app.data_dir / 'env' / environment_type,
app.platform,
app.verbosity,
app
)
if environment.exists() or environment.build_environment_exists():
with app.status(f'Removing environment: {env_name}'):
Expand Down
Loading

0 comments on commit 8992808

Please sign in to comment.