Changeset 1215:ba0b2c95fa5b

Show
Ignore:
Timestamp:
07/26/08 00:50:45 (4 months ago)
Author:
Ali Afshar <aafshar@…>
Message:

Python browser. Fixed isntances with missing superclass names.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pida-plugins/python/ropebrowser.py

    r1214 r1215  
    157157        attrs = markup_bold_bracketted( 
    158158            ', '.join([s.get_name() for s in 
    159                        self.item.object.get_superclasses()]) 
     159                       self.item.object.get_superclasses() if hasattr(s, 'get_name')]) 
    160160        ) 
    161161