emit snap-config-done signal when skipping snap list

otherwise postinstall steps never run!
This commit is contained in:
Michael Hudson-Doyle 2019-04-12 15:44:35 +12:00
parent 452b03b7e8
commit eebfbdb5a1
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ class SnapListController(BaseController):
if self.loader.failed or not self.base_model.network.has_network:
# If loading snaps failed or the network is disabled, skip the
# screen.
self.signal.emit_signal("installprogress:snap-config-done")
raise Skip()
if 'snaps' in self.answers:
to_install = {}