Comment 3 for bug 625896

Revision history for this message
Borja López Soilán (NeoPolus) (borjals) wrote :

Instead of the try...except I would just do:

if context and self._context:
    context.update(self._context)