Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: services: ovirt-websocket-proxy: pep8 fixup
......................................................................

packaging: services: ovirt-websocket-proxy: pep8 fixup

Change-Id: I47fb92efa7671ce288c605741f43857fb5d3d15e
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M packaging/services/ovirt-websocket-proxy.py
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/16793/1

diff --git a/packaging/services/ovirt-websocket-proxy.py 
b/packaging/services/ovirt-websocket-proxy.py
index a1cb8d3..1f47de0 100755
--- a/packaging/services/ovirt-websocket-proxy.py
+++ b/packaging/services/ovirt-websocket-proxy.py
@@ -52,7 +52,9 @@
         target_host and target_port if successful and sets an ssl_target
         flag.
         """
-        connection_data = 
json.loads(urllib.unquote(self._ticketDecoder.decode(path[1:])))
+        connection_data = json.loads(
+            urllib.unquote(self._ticketDecoder.decode(path[1:]))
+        )
         target_host = connection_data['host'].encode('utf8')
         target_port = connection_data['port'].encode('utf8')
         self.ssl_target = connection_data['ssl_target']


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I47fb92efa7671ce288c605741f43857fb5d3d15e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to