Files @ e0735ea41d8d
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
tests: fix Python 2.6 compatibility in string formatting

Python 2.6 would fail with:
ValueError: zero length field name in format
#!/usr/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