Errors found by pep8 F821

Bug #1351959 reported by Andreas Jaeger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Shared File Systems Service (Manila)
Fix Released
Undecided
Unassigned

Bug Description

pep8 complains about these two errors in the code:

./manila/tests/windows/windowsutils.py:29:1: F821 undefined name 'cfg'
./manila/share/drivers/glusterfs.py:165:1: F821 undefined name 'config'

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/111364
Committed: https://git.openstack.org/cgit/stackforge/manila/commit/?id=28ecd93b5489d490fd787d26d1a78d93ba19a5a8
Submitter: Jenkins
Branch: master

commit 28ecd93b5489d490fd787d26d1a78d93ba19a5a8
Author: Andreas Jaeger <email address hidden>
Date: Fri Aug 1 21:03:45 2014 +0200

    Fix pep8 F821

    Fix these issues:
    ./manila/tests/windows/windowsutils.py:29:1: F821 undefined name 'cfg'
    ./manila/share/drivers/glusterfs.py:165:1: F821 undefined name 'config'

    glusterfs.py: It should be config_file, adjust the message as well.

    windowsutils.py: Add import for cfg.

    Closes-Bug: #1351959

    Change-Id: I9fa5087d2be6ecc262f9581d372f70f96373a387

Changed in manila:
status: New → Fix Committed
Changed in manila:
status: Fix Committed → Fix Released
Changed in manila:
milestone: none → juno-3
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.