Change in vdsm[master]: Fix pep8 compliance after updating to latest pep8

obasan at redhat.com obasan at redhat.com
Wed Jul 3 11:49:28 UTC 2013


Ohad Basan has uploaded a new change for review.

Change subject: Fix pep8 compliance after updating to latest pep8
......................................................................

Fix pep8 compliance after updating to latest pep8

Change-Id: Ife21e7df35d8efead6bc8a3ad27129f671e6cc26
Signed-off-by: Ohad Basan <obasan at redhat.com>
---
M vdsm/guestIF.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/94/16394/1

diff --git a/vdsm/guestIF.py b/vdsm/guestIF.py
index 5f2323e..569aa9d 100644
--- a/vdsm/guestIF.py
+++ b/vdsm/guestIF.py
@@ -27,7 +27,7 @@
 
 __RESTRICTED_CHARS = set(range(8 + 1)).union(
     set(range(0xB, 0xC + 1))).union(set(range(0xE, 0x1F + 1))).union(
-        set(range(0x7F, 0x84 + 1))).union(set(range(0x86, 0x9F + 1)))
+    set(range(0x7F, 0x84 + 1))).union(set(range(0x86, 0x9F + 1)))
 
 
 def _filterXmlChars(u):


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife21e7df35d8efead6bc8a3ad27129f671e6cc26
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ohad Basan <obasan at redhat.com>


More information about the vdsm-patches mailing list