Skip to content

Commit 4a853ea

Browse files
Update src/pip/_internal/operations/build/build_tracker.py
Co-authored-by: Paul Moore <[email protected]>
1 parent b1fd3ac commit 4a853ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ class BuildTracker:
6060
6161
When an sdist is prepared, it identifies its setup requirements in the
6262
context of ``BuildTracker.track()``. If a requirement shows up recursively, this
63-
raises an exception. This stops fork bombs embedded in malicious packages."""
63+
raises an exception.
64+
65+
This stops fork bombs embedded in malicious packages."""
6466

6567
def __init__(self, root: str) -> None:
6668
self._root = root

0 commit comments

Comments
 (0)