Commit f7484c60 authored by Jim Fulton's avatar Jim Fulton

Added error type and value as comment in standard error message.

parent 2c562a6d
......@@ -11,8 +11,8 @@
__doc__='''Application support
$Id: Application.py,v 1.59 1998/04/08 16:52:56 jim Exp $'''
__version__='$Revision: 1.59 $'[11:-2]
$Id: Application.py,v 1.60 1998/04/08 16:55:35 jim Exp $'''
__version__='$Revision: 1.60 $'[11:-2]
import Globals,Folder,os,regex,sys
......@@ -43,15 +43,15 @@ page. Thank you for your patience.</P>
</TD>
</TR>
</TABLE>
<!--
Error type: <!--#var error_type-->
Error value: <!--#var error_value-->
-->
<!--#comment-->
Here, events like logging and other actions may also be performed, such as
sending mail automatically to the administrator.
<!--#/comment-->
<!--#endif-->
<!--
Error type: <!--#var error_type-->
Error value: <!--#var error_value-->
-->
<!--#var standard_html_footer-->'''
class Application(Folder.Folder):
......@@ -402,6 +402,9 @@ class Misc_:
##############################################################################
#
# $Log: Application.py,v $
# Revision 1.60 1998/04/08 16:55:35 jim
# Added error type and value as comment in standard error message.
#
# Revision 1.59 1998/04/08 16:52:56 jim
# Added error type and value as comment in standard error message.
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment