Remove todo comment about .pth files
WRT to addition of +auto argument, all .pth files should be classified as other files.
This commit is contained in:
parent
91c8c27c63
commit
0259b46867
@ -215,7 +215,6 @@ def classify_paths(
|
|||||||
paths, name, "script", *pycached(path, python_version)
|
paths, name, "script", *pycached(path, python_version)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
# TODO classify .pth files
|
|
||||||
warnings.warn(f"Unrecognized file: {path}")
|
warnings.warn(f"Unrecognized file: {path}")
|
||||||
paths["other"]["files"].append(path)
|
paths["other"]["files"].append(path)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user