← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1685831] [NEW] pylint: cloudinit.util 'closing' has no 'read' member

 

Public bug reported:

Tip style checker [1] discovered the following errors, but I believe
this is a false positive:

************* Module cloudinit.util
cloudinit/util.py:480: [E1101(no-member), decomp_gzip] Instance of 'closing' has no 'read' member
cloudinit/util.py:482: [E1101(no-member), decomp_gzip] Instance of 'closing' has no 'read' member

Offending code [2] and upstream bug filed [3]

[1] https://paste.ubuntu.com/24448453/
[2] https://paste.ubuntu.com/24448487/
[3] https://github.com/PyCQA/pylint/issues/1444

** Affects: cloud-init
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1685831

Title:
  pylint: cloudinit.util 'closing' has no 'read' member

Status in cloud-init:
  New

Bug description:
  Tip style checker [1] discovered the following errors, but I believe
  this is a false positive:

  ************* Module cloudinit.util
  cloudinit/util.py:480: [E1101(no-member), decomp_gzip] Instance of 'closing' has no 'read' member
  cloudinit/util.py:482: [E1101(no-member), decomp_gzip] Instance of 'closing' has no 'read' member

  Offending code [2] and upstream bug filed [3]

  [1] https://paste.ubuntu.com/24448453/
  [2] https://paste.ubuntu.com/24448487/
  [3] https://github.com/PyCQA/pylint/issues/1444

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1685831/+subscriptions


Follow ups