Skip to content

Commit bce94b4

Browse files
authored
comment for platlib
1 parent c97f044 commit bce94b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

continuous_integration/install_coverage_subprocess_pth.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
import coverage; coverage.process_startup()
1010
"""
1111

12+
# get_path("platlib") returns the location of the `site-packages` folder:
13+
# https://docs.python.org/3/library/sysconfig.html
1214
filename = op.join(get_path("platlib"), "coverage_subprocess.pth")
1315
with open(filename, mode="w") as f:
1416
f.write(FILE_CONTENT)

0 commit comments

Comments
 (0)