Revision b459a848 lib/bdev.py

b/lib/bdev.py
889 889
      self.est_time = None
890 890

  
891 891

  
892
class BaseDRBD(BlockDev): # pylint: disable-msg=W0223
892
class BaseDRBD(BlockDev): # pylint: disable=W0223
893 893
  """Base DRBD class.
894 894

  
895 895
  This class contains a few bits of common functionality between the
......
1765 1765

  
1766 1766
    """
1767 1767
    # TODO: Rewrite to not use a for loop just because there is 'break'
1768
    # pylint: disable-msg=W0631
1768
    # pylint: disable=W0631
1769 1769
    net_data = (self._lhost, self._lport, self._rhost, self._rport)
1770 1770
    for minor in (self._aminor,):
1771 1771
      info = self._GetDevInfo(self._GetShowData(minor))

Also available in: Unified diff