Changeset 13713
- Timestamp:
- 10/17/12 13:17:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/report.sh
r13708 r13713 275 275 #}}} 276 276 fi 277 if [ $IS_PYTHON -eq 1 ] && [ -s pythonerror.log ]; then 278 #Python {{{ 279 cat << END >> report.html 280 <table $SECTION_STYLE><tr><td $SECTION_FONT>Python errors</td></tr></table> 281 <table $PYTHON_STYLE><tr><td $PYTHON_FONT> 282 <pre style=" 283 white-space: -moz-pre-wrap; 284 white-space: -pre-wrap; 285 white-space: -o-pre-wrap; 286 white-space: pre-wrap; 287 word-wrap: break-word; 288 ">$(cat pythonerror.log)</pre> 289 </td></tr></table> 290 END 291 #}}} 292 fi 277 293 if [ -s petscerror.log ]; then 278 294 #PETSc{{{
Note:
See TracChangeset
for help on using the changeset viewer.