[node-patches] Change in ovirt-node[master]: installer: Fix incorrect function call

fabiand at fedoraproject.org fabiand at fedoraproject.org
Wed Feb 6 08:01:17 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: installer: Fix incorrect function call
......................................................................

installer: Fix incorrect function call

Change-Id: I826256b18a85d8f0b0a0528be43e22d0bb04c69d
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/ovirt/node/installer/boot_device_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/85/11785/1

diff --git a/scripts/tui/src/ovirt/node/installer/boot_device_page.py b/scripts/tui/src/ovirt/node/installer/boot_device_page.py
index 3c83212..5b5be43 100644
--- a/scripts/tui/src/ovirt/node/installer/boot_device_page.py
+++ b/scripts/tui/src/ovirt/node/installer/boot_device_page.py
@@ -90,4 +90,4 @@
                  ("Size", ""),
                  ("Description", ""),
                  ]"""
-        self.set_text("%s" % device)
+        self.text("%s" % device)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I826256b18a85d8f0b0a0528be43e22d0bb04c69d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list