We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ae2f3 commit 306a06dCopy full SHA for 306a06d
1 file changed
Lib/site.py
@@ -397,7 +397,6 @@ def _read_pth_file(self, sitedir, name):
397
accepted paths are added to it so that subsequent .pth files in
398
the same batch don't add them more than once.
399
"""
400
-
401
lines, filename = _read_pthstart_file(sitedir, name, ".pth")
402
if lines is None:
403
return
0 commit comments