Changeset 1957

Show
Ignore:
Timestamp:
08/18/07 06:40:42 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- do not swallow exceptions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/trunk/gaphas/canvas.py

    r1956 r1957  
    452452 
    453453            self._post_update_items(dirty_items, cr) 
     454 
     455        except Exception, e: 
     456            print 'Error while pre-updating item %s' % item 
     457            import traceback 
     458            traceback.print_exc() 
    454459 
    455460        finally: