dabo Commit
Revision 6605
Date: 2011-05-26 09:09:20 -0700 (Thu, 26 May 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6605

Changed:
U   trunk/dabo/biz/dBizobj.py

Log:
Oops, I lost return statement in r6604.

Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py   2011-05-26 09:05:45 UTC (rev 6604)
+++ trunk/dabo/biz/dBizobj.py   2011-05-26 16:09:20 UTC (rev 6605)
@@ -442,6 +442,7 @@
                        return rp.save(startTransaction=startTransaction)
                if not self.RowCount:
                        dabo.log.error(_("Abort attempt to save an empty cursor 
of %s.") % self.Name)
+                       return
                if not self.isChanged():
                        return
                # Check if current data set is changed.



_______________________________________________
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