Commit 90f5ad4a authored by Jeffrey Shell's avatar Jeffrey Shell

*** empty log message ***

parent 41d48448
......@@ -10,8 +10,8 @@
__doc__='''Generic Database Connection Support
$Id: Connection.py,v 1.11 1998/04/29 18:18:09 jeffrey Exp $'''
__version__='$Revision: 1.11 $'[11:-2]
$Id: Connection.py,v 1.12 1998/04/29 18:31:45 jeffrey Exp $'''
__version__='$Revision: 1.12 $'[11:-2]
import Globals, OFS.SimpleItem, AccessControl.Role, Persistence, Acquisition, sys
from DateTime import DateTime
......@@ -130,7 +130,7 @@ class Connection(
except:
t, v, tb = sys.exc_type, sys.exc_value, sys.exc_traceback
raise 'BadRequest', (
'<strong>Invalid connection string:</strong><br>\n'
'<strong>Invalid connection string: </strong><CODE>%s</CODE><br>\n'
'<!--\n%s\n%s\n-->\n'
% (s,t,v)), tb
finally: tb=None
......@@ -146,6 +146,9 @@ class Connection(
##############################################################################
#
# $Log: Connection.py,v $
# Revision 1.12 1998/04/29 18:31:45 jeffrey
# *** empty log message ***
#
# Revision 1.11 1998/04/29 18:18:09 jeffrey
# fixed formatting error
#
......
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