RE: [Zope] minor oops in Shared/DC/ZRDBA/DA.py
28 Oct
1999
28 Oct
'99
1:27 p.m.
--- DA.py.dist Thu Oct 28 21:58:16 1999 +++ DA.py Thu Oct 28 21:58:37 1999 @@ -379,7 +379,7 @@ try: dbc=getattr(self, self.connection_id) except AttributeError: raise AttributeError, ( - "The database connection, <em>%s</em>, cannot be found.") + "The database connection, <em>%s</em>, cannot be found.",self.connection_id)
try: DB__=dbc() except: raise 'Database Error', (
Thanks - I've checked this fix in. Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
9656
Age (days ago)
9656
Last active (days ago)
0 comments
1 participants
participants (1)
-
Brian Lloyd