Skip to content

Commit

Permalink
Update run_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jan 2, 2023
1 parent 9ff5b09 commit d7a83bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ for f in `find . -name '*.py' -not -path "./frameworks/*"`; do
if [ ${PIPESTATUS[0]} -ne 0 ]; then
exit 1
fi
echo;echo;echo
done

popd

0 comments on commit d7a83bb

Please sign in to comment.