Bug 867129 - pylint: E0602:4046,12:BTRFSVolumeDevice.createSubVolumes: Undefined variable 'subvolume'
Summary: pylint: E0602:4046,12:BTRFSVolumeDevice.createSubVolumes: Undefined variable ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-16 20:13 UTC by Steve Tyler
Modified: 2012-12-18 06:51 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-12-18 06:51:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Steve Tyler 2012-10-16 20:13:35 UTC
Description of problem:
E0602:4046,12:BTRFSVolumeDevice.createSubVolumes: Undefined variable 'subvolume'

$ less -N anaconda-18.16-1/pyanaconda/storage/devices.py
...
   4041     def createSubVolumes(self):
   4042         self._do_temp_mount()
   4043         for name, subvol in self.subvolumes:
   4044             if subvol.exists:
   4045                 continue
   4046             subvolume.create(mountpoint=self._temp_dir_prefix)
   4047         self._undo_temp_mount()
...

************* Module pyanaconda.storage.devices
E0611:3683,8:OpticalDevice.eject: No name '_isys' in module 'pyanaconda'
E0602:4046,12:BTRFSVolumeDevice.createSubVolumes: Undefined variable 'subvolume'

Version-Release number of selected component (if applicable):
anaconda-18.16-1

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Chris Lumens 2012-12-14 18:13:57 UTC
The _isys error is a false positive.

Comment 2 Fedora Update System 2012-12-15 03:35:15 UTC
anaconda-18.37.3-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/anaconda-18.37.3-1.fc18

Comment 3 Fedora Update System 2012-12-15 21:13:54 UTC
Package anaconda-18.37.3-1.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing anaconda-18.37.3-1.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-20461/anaconda-18.37.3-1.fc18
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2012-12-18 06:51:58 UTC
anaconda-18.37.3-1.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.