Loading prepare-and-run-flake8.sh +1 −6 Original line number Diff line number Diff line Loading @@ -23,12 +23,7 @@ rm -Rf build find . -name '*.pyc' -delete rm -Rf env git clean -fdx -e siteconf.py -e boost-numeric-bindings -e local_settings.py if test `find "siteconf.py" -mmin +1`; then echo "siteconf.py older than a minute, assumed stale, deleted" rm -f siteconf.py fi git clean -fdx -e siteconf.py -e local_settings.py # }}} Loading Loading
prepare-and-run-flake8.sh +1 −6 Original line number Diff line number Diff line Loading @@ -23,12 +23,7 @@ rm -Rf build find . -name '*.pyc' -delete rm -Rf env git clean -fdx -e siteconf.py -e boost-numeric-bindings -e local_settings.py if test `find "siteconf.py" -mmin +1`; then echo "siteconf.py older than a minute, assumed stale, deleted" rm -f siteconf.py fi git clean -fdx -e siteconf.py -e local_settings.py # }}} Loading