Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d94a502

Browse files
committed
Issue #16340: Merged fix from 3.3.
2 parents 3962d5e + 65e2bef commit d94a502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def add_ui(db):
416416
("VerdanaRed9", "Verdana", 9, 255, 0),
417417
])
418418

419-
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests" "[TARGETDIR]Lib"'
419+
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests|venv\\scripts" "[TARGETDIR]Lib"'
420420
lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
421421
# See "CustomAction Table"
422422
add_data(db, "CustomAction", [

0 commit comments

Comments
 (0)