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

Change subject: packaging: setup: fix pyflakes invalid syntax issue
......................................................................

packaging: setup: fix pyflakes invalid syntax issue

Change-Id: Iba304f6cbedbb8d4677c93fbc0b47a28b2e7583d
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M packaging/setup/ovirt_engine_setup/dialog.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/90/42290/1

diff --git a/packaging/setup/ovirt_engine_setup/dialog.py 
b/packaging/setup/ovirt_engine_setup/dialog.py
index 48dab85..facbfd2 100644
--- a/packaging/setup/ovirt_engine_setup/dialog.py
+++ b/packaging/setup/ovirt_engine_setup/dialog.py
@@ -206,7 +206,7 @@
         hidden=True,
         tests=(
             {
-                'test': lambda(value): (
+                'test': lambda value: (
                     '' if value == queryEnvKey(
                         dialog=dialog,
                         logger=logger,


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba304f6cbedbb8d4677c93fbc0b47a28b2e7583d
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