]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Clean up line continuation in Storwize driver
authorJacob Gregor <jgregor@us.ibm.com>
Thu, 27 Aug 2015 21:40:30 +0000 (16:40 -0500)
committerJacob Gregor <jgregor@us.ibm.com>
Thu, 27 Aug 2015 21:54:57 +0000 (16:54 -0500)
commit9b34fc57e921f2ee38679ea002c8bf9e0e85364c
tree1f12be542cf4f275e0ee964baa3083f1f7eaa481
parent3b40049cc858fa40ce99f2dba25d6a25f344a8e9
Clean up line continuation in Storwize driver

There are multiple places in the Storwize driver where '\' is used
for line  continuation. This patch replaces '\' with '()' to make
the code consistent.

Change-Id: Ic64f0562f1e25e499c4fecd366998e31e8ebee7a
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/ibm/storwize_svc/helpers.py