Skip to content

Commit

Permalink
Update src/pip/_internal/operations/build/build_tracker.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
  • Loading branch information
cosmicexplorer and pfmoore authored Aug 11, 2023
1 parent b1fd3ac commit 4a853ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pip/_internal/operations/build/build_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a853ea

Please sign in to comment.