Skip to content

Commit 31d01e0

Browse files
author
Jonathon Belotti
committed
better TODO message
1 parent 72f9fba commit 31d01e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/purelib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def spread_purelib_into_root(extracted_whl_directory: str) -> None:
2424
# package code in it. eg. the 'markupsafe' package.
2525
if dot_data_dir:
2626
for child in pathlib.Path(dot_data_dir).iterdir():
27-
# TODO(Jonathon): Should all other potential folders get ignored?
27+
# TODO(Jonathon): Should all other potential folders get ignored? eg. 'platlib'
2828
if str(child).endswith("purelib"):
2929
for grandchild in child.iterdir():
3030
shutil.move(

0 commit comments

Comments
 (0)