Yaniv Bronhaim has uploaded a new change for review.

Change subject: Correct pep8 error- too long line
......................................................................

Correct pep8 error- too long line

Change-Id: I7ecfb6e044537c753f66da8bdf2b6d0597a12446
Signed-off-by: Yaniv Bronhaim <[email protected]>
---
M vdsm_cli/vdsClient.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/60/7760/1

diff --git a/vdsm_cli/vdsClient.py b/vdsm_cli/vdsClient.py
index c008123..ff7ccc8 100644
--- a/vdsm_cli/vdsClient.py
+++ b/vdsm_cli/vdsClient.py
@@ -2222,8 +2222,8 @@
         'getVmsInfo': (serv.do_getVmsInfo,
                       ('<spUUID> [<sdUUID> [vmList](vmId1,vmId2,...)]',
                        'Return info of VMs from the pool or a backup domain '
-                       'if its sdUUID is given. If vmList is also given, 
return '
-                       'info for these VMs only.'
+                       'if its sdUUID is given. If vmList is also given, '
+                       'return info for these VMs only.'
                        )),
         'getVmsList': (serv.do_getVmsList,
                       ('<spUUID> [sdUUID]',


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ecfb6e044537c753f66da8bdf2b6d0597a12446
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to