From ff158bc8e2b899191f0dddf81e76a4c96e55f4b2 Mon Sep 17 00:00:00 2001 From: samuelflock <43181376+samuelflock@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:54:19 -0600 Subject: [PATCH] Fixes #155 (#157) --- GUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI.py b/GUI.py index 750a8c0..ae0c85a 100644 --- a/GUI.py +++ b/GUI.py @@ -130,7 +130,7 @@ def build_data_manager(self): if '' in columns: messagebox.showerror("Invalid Input", "At least one of the Colunms is not selected in the Editor") return - if '' in values: + if '' in values and '' not in values[4]: messagebox.showerror("Invalid Input", "At least one of the Expected Values is blank in the Editor") return