Files @ e44954828c9a
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
ishell: only report 'Kallithea ishell requires the IPython Python package' when ipython import fails

Move everything but the actual ipython import outside the 'Kallithea ishell
requires the IPython Python package' "try".
#!/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