Formatting

This commit is contained in:
Steven Silvester
2014-10-10 20:15:33 -05:00
parent b37913d63c
commit f5b30bf867
+4 -4
View File
@@ -54,16 +54,16 @@ echo 'backend : Template' > $MPL_DIR/matplotlibrc
tools/header.py "Run doc examples"
for f in doc/examples/*.py; do
python "$f";
python "$f"
if [ $? -ne 0 ]; then
exit 1;
exit 1
fi
done
for f in doc/examples/applications/*.py; do
python "$f";
python "$f"
if [ $? -ne 0 ]; then
exit 1;
exit 1
fi
done