File: traceback.html

package info (click to toggle)
albatross 1.35-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,328 kB
  • ctags: 1,702
  • sloc: python: 6,964; makefile: 139; sh: 123
file content (14 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head><title>Caught Exception</title></head>
<body bgcolor="white">
<font size="+2" color="red">Caught Exception</font>

<p><b>HTML Traceback (innermost last):</b>
<pre><al-value expr="html_exc" noescape></pre>

<p><b>Python Traceback (innermost last):</b>
<pre><al-value expr="python_exc" noescape></pre>

</body>
</html>