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

Skip to content

Commit 2d82d04

Browse files
committed
Stop deleting non-existing bytecode files.
1 parent a1433fe commit 2d82d04

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Tools/buildbot/clean.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
@rem Used by the buildbot "clean" step.
22
call "%VS90COMNTOOLS%vsvars32.bat"
3-
@echo Deleting .pyc/.pyo files ...
4-
del /s Lib\*.pyc Lib\*.pyo
53
@echo Deleting test leftovers ...
64
rmdir /s /q build
75
cd PCbuild

0 commit comments

Comments
 (0)