Allow waiting on summary page

We previously only went on this page when DONE or in ERROR state. Allow
now to be in any state as we switch to it as soon as possible.

Co-authored-by: Jean-Baptiste Lallement <jean-baptiste@ubuntu.com>
This commit is contained in:
Didier Roche 2021-11-03 10:33:38 +01:00
parent f762f41a5b
commit fa5721ce0a
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ class SummaryView(BaseView):
self.view_error_btn,
self.reboot_btn,
]
else:
raise Exception(state)
if self.controller.showing:
self.controller.app.ui.set_header(self.title)
self._set_buttons(btns)