Ignore failures in removing converted utils.

This commit is contained in:
Georg Brandl 2010-07-28 18:28:34 +02:00
parent 592a978c25
commit 315ad84fce

View File

@ -27,7 +27,7 @@ clean-backupfiles:
find . -name '*.bak' -exec rm -f {} +
clean-generated:
rm utils/*3.py*
-rm utils/*3.py*
pylint:
@pylint --rcfile utils/pylintrc sphinx