Loading build-py-project-and-run-examples.sh +1 −1 Original line number Diff line number Diff line Loading @@ -9,5 +9,5 @@ for i in $(find examples -name '*.py' -exec grep -q __main__ '{}' \; -print ); d echo "-----------------------------------------------------------------------" echo "RUNNING $i" echo "-----------------------------------------------------------------------" ${PY_EXE} "$i$" done Loading
build-py-project-and-run-examples.sh +1 −1 Original line number Diff line number Diff line Loading @@ -9,5 +9,5 @@ for i in $(find examples -name '*.py' -exec grep -q __main__ '{}' \; -print ); d echo "-----------------------------------------------------------------------" echo "RUNNING $i" echo "-----------------------------------------------------------------------" ${PY_EXE} "$i$" done