minor oops in Shared/DC/ZRDBA/DA.py
--- 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', (
At 13:59 28/10/99 , Anthony Baxter wrote:
--- 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', (
Put this in the Collector. On the Zope list this might get lost. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (2)
-
Anthony Baxter -
Martijn Pieters