From: Mate Lakat Date: Wed, 13 Feb 2013 10:18:15 +0000 (+0000) Subject: Fix PEP8 violation X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=275ce2d171d847ede99162a3dbf85d87999a7298;p=openstack-build%2Fcinder-build.git Fix PEP8 violation There was a PEP8 violation in cinder/tests/test_solidfire.py, thus ./run_tests.sh was failing. This patch fixes the error. Change-Id: I444fbfa57550db5c75b80683054c0ca44f4ee657 --- diff --git a/cinder/tests/test_solidfire.py b/cinder/tests/test_solidfire.py index ae89c178d..b1ded96e3 100644 --- a/cinder/tests/test_solidfire.py +++ b/cinder/tests/test_solidfire.py @@ -76,7 +76,7 @@ class SolidFireVolumeTestCase(test.TestCase): 'enable512e': True, 'access': "readWrite", 'status': "active", - 'attributes':None, + 'attributes': None, 'qos': None, 'iqn': test_name}]}} return result