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 cd33fc7 commit c589335Copy full SHA for c589335
python/private/stage2_bootstrap_template.py
@@ -386,9 +386,6 @@ def main():
386
387
sys.stdout.flush()
388
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.
392
sys.path[0:0] = prepend_path_entries
393
394
if os.environ.get("COVERAGE_DIR"):
0 commit comments