[Zope] minor oops in Shared/DC/ZRDBA/DA.py

Anthony Baxter anthony@ekorp.com
Thu, 28 Oct 1999 21:59:49 +1000


--- 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', (