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

Change subject: packaging: fix pep8 issue
......................................................................

packaging: fix pep8 issue

Change-Id: I127e9c5f789fac4bc3ece31364b682d6a25ffc88
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M packaging/libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/56/42456/1

diff --git 
a/packaging/libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py 
b/packaging/libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py
index f8cb892..d5bd490 100755
--- a/packaging/libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py
+++ b/packaging/libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py
@@ -122,8 +122,7 @@
 
         base_url = (
             # debug, emergency override
-            os.getenv('OVIRT_VMCONSOLE_ENGINE_BASE_URL')
-            or
+            os.getenv('OVIRT_VMCONSOLE_ENGINE_BASE_URL') or
             cfg_file.get('ENGINE_BASE_URL')
         )
 


-- 
To view, visit https://gerrit.ovirt.org/42456
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I127e9c5f789fac4bc3ece31364b682d6a25ffc88
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to