[Zope] minor oops in Shared/DC/ZRDBA/DA.py
Brian Lloyd
Brian@digicool.com
Thu, 28 Oct 1999 09:27:05 -0400
> --- 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