mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 21:34:59 +08:00
Formatting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user