[node-patches] Change in ovirt-node[node-3.0]: Fix typo in the restart prompt
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Feb 19 14:15:45 UTC 2014
Hello Ryan Barry,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/24773
to review the following change.
Change subject: Fix typo in the restart prompt
......................................................................
Fix typo in the restart prompt
Add a space after the comma.
Change-Id: Ica4bae7df21caf22ef839d91885976aa2e4e97a2
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1061406
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirt/node/setup/core/status_page.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/73/24773/1
diff --git a/src/ovirt/node/setup/core/status_page.py b/src/ovirt/node/setup/core/status_page.py
index 2df0295..d4e55fb 100644
--- a/src/ovirt/node/setup/core/status_page.py
+++ b/src/ovirt/node/setup/core/status_page.py
@@ -170,7 +170,7 @@
"Confirm System Restart",
number_of_vm +
"\nThis will restart the system,"
- "proceed?")
+ " proceed?")
elif "confirm.reboot.yes" in changes:
self.logger.info("Confirm Restarting")
--
To view, visit http://gerrit.ovirt.org/24773
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ica4bae7df21caf22ef839d91885976aa2e4e97a2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: node-3.0
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list