Fix flake8 issue in current code

Bug #1346759 reported by Yi Ming Yin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
powervc-driver
Fix Released
High
Yi Ming Yin

Bug Description

cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:75:20: E128 continuation line under-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:79:20: E128 continuation line under-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:93:40: E127 continuation line over-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:94:39: E127 continuation line over-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:103:20: E128 continuation line under-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:107:20: E128 continuation line under-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:122:27: E127 continuation line over-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:131:20: E128 continuation line under-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:135:20: E128 continuation line under-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:152:40: E127 continuation line over-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:153:39: E127 continuation line over-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:172:17: E128 continuation line under-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:216:39: E127 continuation line over-indented for visual indent
cinder-powervc\test\powervc\volume\driver\test_powervc_cinder.py:217:39: E127 continuation line over-indented for visual indent
common-powervc\powervc\common\utils.py:364:80: E501 line too long (83 > 79 characters)
common-powervc\powervc\common\utils.py:368:80: E501 line too long (86 > 79 characters)
common-powervc\powervc\common\utils.py:569:25: E127 continuation line over-indented for visual indent
common-powervc\powervc\common\client\factory.py:50:1: F821 undefined name '_'
common-powervc\powervc\common\client\factory.py:57:1: F821 undefined name '_'
common-powervc\powervc\common\client\factory.py:68:1: F821 undefined name '_'
common-powervc\powervc\common\client\factory.py:71:1: F821 undefined name '_'
common-powervc\powervc\common\client\extensions\nova.py:5:1: F401 'base64' imported but unused
common-powervc\powervc\common\client\extensions\nova.py:13:1: F401 'strutils' imported but unused
common-powervc\powervc\common\client\extensions\nova.py:103:5: E303 too many blank lines (2)
common-powervc\powervc\common\client\extensions\nova.py:375:30: E128 continuation line under-indented for visual indent
common-powervc\powervc\common\client\extensions\nova.py:390:30: E128 continuation line under-indented for visual indent
common-powervc\test\common\test_config.py:23:53: E128 continuation line under-indented for visual indent
common-powervc\test\common\test_config.py:31:29: E128 continuation line under-indented for visual indent
common-powervc\test\common\test_config.py:40:50: E128 continuation line under-indented for visual indent
common-powervc\test\common\test_config.py:43:49: E126 continuation line over-indented for hanging indent
glance-powervc\powervc\glance\common\config.py:37:1: F821 undefined name '_'
glance-powervc\powervc\glance\common\config.py:37:80: E501 line too long (80 > 79 characters)
glance-powervc\powervc\glance\common\config.py:38:80: E501 line too long (80 > 79 characters)
glance-powervc\powervc\glance\common\config.py:40:80: E501 line too long (81 > 79 characters)
glance-powervc\powervc\glance\common\constants.py:42:80: E501 line too long (91 > 79 characters)
glance-powervc\powervc\glance\manager\manager.py:1406:80: E501 line too long (82 > 79 characters)
neutron-powervc\test\test_neutron_powervc_agent.py:65:37: E126 continuation line over-indented for hanging indent
neutron-powervc\test\test_neutron_powervc_agent.py:96:29: E126 continuation line over-indented for hanging indent
neutron-powervc\test\test_neutron_powervc_agent.py:115:29: E126 continuation line over-indented for hanging indent
nova-powervc\powervc\nova\driver\virt\powervc\service.py:178:75: E502 the backslash is redundant between brackets
nova-powervc\powervc\nova\driver\virt\powervc\service.py:179:21: E128 continuation line under-indented for visual indent
nova-powervc\powervc\nova\driver\virt\powervc\service.py:472:70: E502 the backslash is redundant between brackets
nova-powervc\powervc\nova\driver\virt\powervc\sync\flavorsync.py:58:1: F821 undefined name '_'
nova-powervc\powervc\nova\driver\virt\powervc\sync\flavorsync.py:63:1: F821 undefined name '_'
nova-powervc\powervc\nova\driver\virt\powervc\sync\flavorsync.py:75:1: F821 undefined name '_'
nova-powervc\test\nova\driver\virt\powervc\test_driver.py:406:29: E126 continuation line over-indented for hanging indent
nova-powervc\test\nova\driver\virt\powervc\test_driver.py:408:29: E126 continuation line over-indented for hanging indent
nova-powervc\test\nova\driver\virt\powervc\test_driver.py:409:29: E126 continuation line over-indented for hanging indent
nova-powervc\test\nova\driver\virt\powervc\test_driver.py:462:43: E128 continuation line under-indented for visual indent
nova-powervc\test\nova\driver\virt\powervc\test_driver.py:463:43: E128 continuation line under-indented for visual indent
nova-powervc\test\nova\driver\virt\powervc\test_driver.py:464:43: E128 continuation line under-indented for visual indent
nova-powervc\test\nova\driver\virt\powervc\test_driver.py:465:43: E128 continuation line under-indented for visual indent
nova-powervc\test\nova\driver\virt\powervc\test_driver.py:524:21: E126 continuation line over-indented for hanging indent
nova-powervc\test\nova\driver\virt\powervc\test_driver.py:525:21: E128 continuation line under-indented for visual indent
nova-powervc\test\nova\driver\virt\powervc\test_driver.py:565:29: E128 continuation line under-indented for visual indent

Yi Ming Yin (yinym-m)
Changed in powervc-driver:
assignee: nobody → Yi Ming Yin (yinym-m)
importance: Undecided → High
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to powervc-driver (master)

Fix proposed to branch: master
Review: https://review.openstack.org/108590

Changed in powervc-driver:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to powervc-driver (master)

Reviewed: https://review.openstack.org/108590
Committed: https://git.openstack.org/cgit/stackforge/powervc-driver/commit/?id=8f6cb9fd23275c5cc3bc7476982c25d3fc11a1dc
Submitter: Jenkins
Branch: master

commit 8f6cb9fd23275c5cc3bc7476982c25d3fc11a1dc
Author: yinym <email address hidden>
Date: Tue Jul 22 14:30:05 2014 +0800

    Fix flake8 warning and error report

    All the flake8 issues have been resolved with this commit.

    Change-Id: I637f82c484b3dbecc4827731a13f79c2ba2b9240
    Closes-Bug: #1346759

Changed in powervc-driver:
status: In Progress → Fix Committed
Revision history for this message
Yi Ming Yin (yinym-m) wrote :

Fix in 201407222249

Changed in powervc-driver:
status: Fix Committed → Fix Released
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.