Revision 7260cfbe lib/luxi.py

b/lib/luxi.py
286 286
      old_transp = self.transport
287 287
      self.transport = None
288 288
      old_transp.Close()
289
    except Exception:
289
    except Exception: # pylint: disable-msg=W0703
290 290
      pass
291 291

  
292 292
  def CallMethod(self, method, args):

Also available in: Unified diff