indentation test: include autopep8 in tips (followup 0d5d3bc)

This commit is contained in:
Juergen E. Fischer 2015-12-05 21:35:59 +01:00
parent 3df5880f83
commit 60b4f77126

View File

@ -61,8 +61,9 @@ if [ -s "$ASTYLEDIFF" ]; then
cat <<EOF
Tips to prevent and resolve:
* Enable WITH_ASTYLE in your cmake configuration
* Use scripts/astyle.sh file to fix the now badly indented files
* Enable WITH_ASTYLE in your cmake configuration to format C++ code
* Install autopep8 to format python code
* Use "scripts/astyle.sh file" to fix the now badly indented files
* Consider using scripts/prepare-commit.sh as pre-commit hook to avoid this
in the future (ln -s scripts/prepare-commit.sh .git/hooks/pre-commit) or
run it manually before each commit.