Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
f7484c60
Commit
f7484c60
authored
Apr 08, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added error type and value as comment in standard error message.
parent
2c562a6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
lib/python/OFS/Application.py
lib/python/OFS/Application.py
+9
-6
No files found.
lib/python/OFS/Application.py
View file @
f7484c60
...
...
@@ -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.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment