Update src/pip/_internal/operations/build/build_tracker.py

Co-authored-by: Paul Moore <p.f.moore@gmail.com>
This commit is contained in:
Danny McClanahan 2023-08-11 04:38:07 -04:00 committed by GitHub
parent b1fd3ac3e4
commit 4a853ea348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,9 @@ class BuildTracker:
When an sdist is prepared, it identifies its setup requirements in the
context of ``BuildTracker.track()``. If a requirement shows up recursively, this
raises an exception. This stops fork bombs embedded in malicious packages."""
raises an exception.
This stops fork bombs embedded in malicious packages."""
def __init__(self, root: str) -> None:
self._root = root