Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 4, 2021
1 parent f6c566f commit b6a1c66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ def sources(cls, interpreter):
if stdlib == path:
# For PyPy3.8+ the stdlib lives in lib/pypy3.8
# We need to avoid creating a symlink to it
import pdb;pdb.set_trace()
import pdb

pdb.set_trace()
continue
yield PathRefToDest(path, dest=cls.to_lib)

Expand Down

0 comments on commit b6a1c66

Please sign in to comment.