Skip to content

Commit

Permalink
Fixes #155 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelflock authored Apr 23, 2024
1 parent f80f9b0 commit ff158bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff158bc

Please sign in to comment.