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

Skip to content

Commit 37475a8

Browse files
committed
Suppress compilation of lib2to3 py2_ test files.
1 parent c6a7b6b commit 37475a8

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
@@ -376,7 +376,7 @@ def add_ui(db):
376376
("VerdanaRed9", "Verdana", 9, 255, 0),
377377
])
378378

379-
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages "[TARGETDIR]Lib"'
379+
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages|py2_ "[TARGETDIR]Lib"'
380380
# See "CustomAction Table"
381381
add_data(db, "CustomAction", [
382382
# msidbCustomActionTypeFirstSequence + msidbCustomActionTypeTextData + msidbCustomActionTypeProperty

0 commit comments

Comments
 (0)