dabo Commit
Revision 4490
Date: 2008-08-30 19:08:07 -0700 (Sat, 30 Aug 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4490

Changed:
U   trunk/dabo/ui/uiwx/dGrid.py

Log:
Accidentally included my temporary hack to get around the problem that Paul 
recently fixed.


Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2008-08-31 02:03:51 UTC (rev 4489)
+++ trunk/dabo/ui/uiwx/dGrid.py 2008-08-31 02:08:07 UTC (rev 4490)
@@ -1898,12 +1898,7 @@
                try:
                        ret = self._Table.GetValue(row, col)
                except AttributeError:
-                       try:
-                               ret = super(dGrid, self).GetValue(row, col)
-                       except AttributeError:
-                               # I have no idea why this would ever happen, 
but it does...
-                               # Returning None seems like a reasonable way to 
handle it.
-                               ret = None
+                       ret = super(dGrid, self).GetValue(row, col)
                return ret
 
 




_______________________________________________
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