Skip to content

Commit

Permalink
Stop deleting non-existing bytecode files.
Browse files Browse the repository at this point in the history
  • Loading branch information
loewis committed May 14, 2012
1 parent a1433fe commit 2d82d04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/buildbot/clean.bat
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2d82d04

Please sign in to comment.