PEP 3113 cleanup

This commit is contained in:
Miroslav Stampar
2017-04-19 14:56:32 +02:00
parent fc8eede952
commit ba22171a51
5 changed files with 8 additions and 8 deletions

View File

@@ -4,4 +4,4 @@
# See the file 'doc/COPYING' for copying permission
# Runs py2diatra on all python files (prerequisite: pip install pydiatra)
find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec py2diatra '{}' \;
find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec py2diatra '{}' \; | grep -v bare-except