Revision b459a848 tools/ganeti-listrunner

b/tools/ganeti-listrunner
49 49

  
50 50
"""
51 51

  
52
# pylint: disable-msg=C0103
52
# pylint: disable=C0103
53 53
# C0103: Invalid name ganeti-listrunner
54 54

  
55 55
import errno
......
231 231
        log = logging.getLogger(transport.get_log_channel())
232 232
        log.addHandler(handler)
233 233

  
234
      transport.connect(username=username, **kwargs) # pylint: disable-msg=W0142
234
      transport.connect(username=username, **kwargs) # pylint: disable=W0142
235 235
      WriteLog("ssh connection established using %s" % desc, logfile)
236 236
      # strange ... when establishing the session and the immediately
237 237
      # setting up the channels for sftp & shell from that, it sometimes

Also available in: Unified diff