summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ee2493d)
raw | patch | inline | side by side (parent: ee2493d)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 16 Jan 2002 04:49:45 +0000 (04:49 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 16 Jan 2002 04:49:45 +0000 (04:49 +0000) |
this needs fixing in python's core.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@553 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@553 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgitb.py | patch | blob | history |
diff --git a/roundup/cgitb.py b/roundup/cgitb.py
index 560973b0cddf77a02233192c08fa3431408cc94d..d7837ca055ca14beb80b49ef1581989876a5494a 100644 (file)
--- a/roundup/cgitb.py
+++ b/roundup/cgitb.py
#
# This module was written by Ka-Ping Yee, <ping@lfw.org>.
#
-# $Id: cgitb.py,v 1.9 2002-01-08 11:56:24 richard Exp $
+# $Id: cgitb.py,v 1.10 2002-01-16 04:49:45 richard Exp $
__doc__ = """
Extended CGI traceback handler by Ka-Ping Yee, <ping@lfw.org>.
<table width="100%%" bgcolor="#d8bbff" cellspacing=0 cellpadding=2 border=0>
<tr><td>%s %s</td></tr></table>''' % (link, call)
- if file is None:
+ if index is None or file is None:
traceback.append('<p>' + level)
continue
#
# $Log: not supported by cvs2svn $
+# Revision 1.9 2002/01/08 11:56:24 richard
+# missed an import _
+#
# Revision 1.8 2002/01/05 02:22:32 richard
# i18n'ification
#