Files @ 169dc4bd9d5b
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

domruf
repos: fix field form validation exception checking - it seems wrong to checking the exception type

Found by pylint. Will probably give better error messages in some cases.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh