Change in vdsm[master]: fix pep8 err

ybronhei at redhat.com ybronhei at redhat.com
Tue Apr 30 08:57:47 UTC 2013


Yaniv Bronhaim has uploaded a new change for review.

Change subject: fix pep8 err
......................................................................

fix pep8 err

Change-Id: Ib502fd06e46ae9f754f2f0247a64140624eac2af
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
---
M vdsm/configNetwork.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/40/14340/1

diff --git a/vdsm/configNetwork.py b/vdsm/configNetwork.py
index 87d5337..2e457db 100755
--- a/vdsm/configNetwork.py
+++ b/vdsm/configNetwork.py
@@ -559,8 +559,8 @@
         else:
             configurator.configureBonding(bond, nics=bondAttrs['nics'],
                                           bridge=bridge,
-                                          bondingOptions=
-                                          bondAttrs.get('options', None))
+                                          bondingOptions=bondAttrs.get(
+                                                         'options', None))
 
 
 def _removeBondings(bondings, configurator):


--
To view, visit http://gerrit.ovirt.org/14340
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib502fd06e46ae9f754f2f0247a64140624eac2af
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>


More information about the vdsm-patches mailing list