[node-patches] Change in ovirt-node[master]: installer: Small fix on upgrade page
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu Mar 7 12:43:32 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: installer: Small fix on upgrade page
......................................................................
installer: Small fix on upgrade page
Change-Id: Iada72a94b5284ebe07a50454ec1cc6b90100a2ff
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/ovirt/node/installer/upgrade_page.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/32/12832/1
diff --git a/scripts/tui/src/ovirt/node/installer/upgrade_page.py b/scripts/tui/src/ovirt/node/installer/upgrade_page.py
index dc518cc..6bf1f5d 100644
--- a/scripts/tui/src/ovirt/node/installer/upgrade_page.py
+++ b/scripts/tui/src/ovirt/node/installer/upgrade_page.py
@@ -101,4 +101,4 @@
nav.to_plugin(installer.progress_page.Plugin)
else:
msg = "Current password is invalid"
- self.widgets["current_password.info"].text(msg)
+ self.widgets["current_password.info"].text(msg)
--
To view, visit http://gerrit.ovirt.org/12832
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iada72a94b5284ebe07a50454ec1cc6b90100a2ff
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