mirror of
https://github.com/python/cpython.git
synced 2024-12-03 23:06:43 +08:00
Stop deleting non-existing bytecode files.
This commit is contained in:
parent
a1433fed8e
commit
2d82d049f6
@ -1,7 +1,5 @@
|
||||
@rem Used by the buildbot "clean" step.
|
||||
call "%VS90COMNTOOLS%vsvars32.bat"
|
||||
@echo Deleting .pyc/.pyo files ...
|
||||
del /s Lib\*.pyc Lib\*.pyo
|
||||
@echo Deleting test leftovers ...
|
||||
rmdir /s /q build
|
||||
cd PCbuild
|
||||
|
Loading…
Reference in New Issue
Block a user