From bd7e423840a45fab3ce87b36164ab126a27ca2e4 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 14 Nov 2024 19:27:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85=20Fix=20a=20ref=20to=20the=20YARL?= =?UTF-8?q?=20issue=20in=20build=20backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packaging/pep517_backend/_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/pep517_backend/_backend.py b/packaging/pep517_backend/_backend.py index 829524f..83910a0 100644 --- a/packaging/pep517_backend/_backend.py +++ b/packaging/pep517_backend/_backend.py @@ -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