Index: /issm/trunk-jpl/scripts/report.sh
===================================================================
--- /issm/trunk-jpl/scripts/report.sh	(revision 13712)
+++ /issm/trunk-jpl/scripts/report.sh	(revision 13713)
@@ -275,4 +275,20 @@
 #}}}
 fi
+if [ $IS_PYTHON -eq 1 ] && [ -s pythonerror.log ]; then
+	#Python {{{
+	cat << END >> report.html
+	<table $SECTION_STYLE><tr><td $SECTION_FONT>Python errors</td></tr></table>
+	<table $PYTHON_STYLE><tr><td $PYTHON_FONT>
+	<pre style="
+	white-space: -moz-pre-wrap;
+	white-space: -pre-wrap;
+	white-space: -o-pre-wrap;
+	white-space: pre-wrap;
+	word-wrap: break-word;
+	">$(cat pythonerror.log)</pre>
+	</td></tr></table>
+	END
+	#}}}
+fi
 if [ -s petscerror.log ]; then
 	#PETSc{{{
