Skip to content

Commit c589335

Browse files
committed
remove outdated comment
1 parent cd33fc7 commit c589335

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/private/stage2_bootstrap_template.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,6 @@ def main():
386386

387387
sys.stdout.flush()
388388

389-
# NOTE: The sys.path must be modified before coverage is imported/activated
390-
# NOTE: Perform this after the user imports are appended. This avoids a
391-
# user import accidentally triggering the site-packages logic above.
392389
sys.path[0:0] = prepend_path_entries
393390

394391
if os.environ.get("COVERAGE_DIR"):

0 commit comments

Comments
 (0)