Skip to content

Commit

Permalink
Ensure clean up of venv-pup if a previous build failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Oct 3, 2021
1 parent de1b031 commit 3f072a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def clean():
_rmtree("coverage")
_rmtree("docs/build")
_rmtree("lib")
_rmtree("venv-pup")
_rmfiles(".", "*.pyc")
return 0

Expand Down

0 comments on commit 3f072a9

Please sign in to comment.