do not show a block device scan failure until we get to filesystem screen anyway

want people to be offered the snap update
This commit is contained in:
Michael Hudson-Doyle 2019-04-30 11:18:53 +12:00
parent 15e54321e1
commit 1fefbe1c74
1 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,8 @@ class FilesystemController(BaseController):
self._reprobe()
else:
self._probe_state = ProbeState.FAILED
self.default()
if self.showing:
self.default()
else:
self.model.load_probe_data(storage)
self._probe_state = ProbeState.DONE