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