Index: ../trunk-jpl/scripts/report.sh =================================================================== --- ../trunk-jpl/scripts/report.sh (revision 13712) +++ ../trunk-jpl/scripts/report.sh (revision 13713) @@ -274,6 +274,22 @@ END #}}} fi +if [ $IS_PYTHON -eq 1 ] && [ -s pythonerror.log ]; then + #Python {{{ + cat << END >> report.html +
Python errors
+
+
$(cat pythonerror.log)
+
+ END + #}}} +fi if [ -s petscerror.log ]; then #PETSc{{{ cat << END >> report.html