Changeset 4240

Show
Ignore:
Timestamp:
07/06/08 12:35:06 (5 months ago)
Author:
ed
Message:

Fixed an incorrect exception handler class.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/ui/uiwx/dGrid.py

    r4221 r4240  
    13891389            try: 
    13901390                self.Parent.SetColSize(idx, v) 
    1391             except AttributeError: 
     1391            except wx.PyAssertionError: 
    13921392                # The grid may still be in the process of being created, so pass. 
    13931393                pass