Skip to content

Commit

Permalink
πŸ’… Fix a ref to the YARL issue in build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 14, 2024
1 parent c4795e4 commit bd7e423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/pep517_backend/_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def _exclude_dir_path(
"""Prevent recursive directory traversal."""
# This stops the temporary directory from being copied
# into self recursively forever.
# Ref: https://github.com/aio-libs/propcache/issues/992
# Ref: https://github.com/aio-libs/yarl/issues/992
visited_directory_subdirs_to_ignore = [
subdir
for subdir in _visited_dir_contents
Expand Down

0 comments on commit bd7e423

Please sign in to comment.