From 0741e4b5eb70f520ece29e72232f3e9ed8fd86e5 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 22 Jul 2020 21:31:45 -0700 Subject: [PATCH] ci-gui: don't attempt to install if no titles are added --- ci-gui.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci-gui.py b/ci-gui.py index d103343..f516aea 100644 --- a/ci-gui.py +++ b/ci-gui.py @@ -343,6 +343,9 @@ class CustomInstallGUI(ttk.Frame): self.log('Starting install...') cias = self.cia_listbox.get(0, tk.END) + if not len(cias): + self.show_error('There are no titles added to install.') + return installer = CustomInstall(boot9=boot9, seeddb=seeddb,