Fabian Deutsch has uploaded a new change for review. Change subject: app: Reset after drop to shell ......................................................................
app: Reset after drop to shell Change-Id: Ifb4e7e0c8b461f56a5ff30aee85a08520eb2976a Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1267467 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/app.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/64/46964/1 diff --git a/src/ovirt/node/app.py b/src/ovirt/node/app.py index da2cd24..56b1db5 100644 --- a/src/ovirt/node/app.py +++ b/src/ovirt/node/app.py @@ -396,6 +396,7 @@ def return_ok(dialog, changes): with self.ui.suspended(): + utils.console.reset() utils.console.writeln("Dropping to rescue shell...") open_console() -- To view, visit https://gerrit.ovirt.org/46964 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifb4e7e0c8b461f56a5ff30aee85a08520eb2976a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
