dabo Commit
Revision 6350
Date: 2011-01-27 10:28:46 -0800 (Thu, 27 Jan 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6350

Changed:
U   trunk/dabo/db/dCursorMixin.py

Log:
Fixed an unclosed quote in an error message string.


Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py       2011-01-26 16:34:27 UTC (rev 6349)
+++ trunk/dabo/db/dCursorMixin.py       2011-01-27 18:28:46 UTC (rev 6350)
@@ -1854,7 +1854,7 @@
                        rc = self.RowCount
                        tbl = self.Table
                        raise dException.dException(
-                                       _("Invalid row specified: %(rownum)s. 
RowCount=%(rc)s Table='%(tbl)s") % locals())
+                                       _("Invalid row specified: %(rownum)s. 
RowCount=%(rc)s Table='%(tbl)s'") % locals())
                self.RowNumber = rownum
 
 



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to