From 2d82d049f6094f1ce23404a3ff3fa0960d0c23ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 14 May 2012 18:18:07 +0200 Subject: [PATCH] Stop deleting non-existing bytecode files. --- Tools/buildbot/clean.bat | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index 5c8f33eccaa..0c04b8e444e 100644 --- a/Tools/buildbot/clean.bat +++ b/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