fix example validation path

This commit is contained in:
checktheroads 2020-02-16 19:20:49 -07:00
parent b997a3f41a
commit e753a256ce

View file

@ -12,7 +12,7 @@ function isort_all () {
} }
function validate_examples () { function validate_examples () {
python3 ./tests/validate_examples.py python3 .tests/validate_examples.py
if [[! $? == 0]]; then if [[! $? == 0]]; then
exit 1 exit 1
fi fi