Browse Source

Stop deleting non-existing bytecode files.

pull/2332/head
Martin v. Löwis 14 years ago
parent
commit
2d82d049f6
  1. 2
      Tools/buildbot/clean.bat

2
Tools/buildbot/clean.bat

@ -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…
Cancel
Save