Skip to content

Commit

Permalink
fixup! Update vendoring mechanism to use pip-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 24, 2024
1 parent 301f3b7 commit 999d0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vendored.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def rewrite_wheel(pkg_files: Path):
Remove parts of wheel not needed by bdist_wheel, and rewrite imports to use
setuptools's own code or vendored dependencies.
"""
if not pkg_files.exist():
if not pkg_files.exists():
return

shutil.rmtree(pkg_files / 'cli')
Expand Down

0 comments on commit 999d0ba

Please sign in to comment.