oss-slu / Mouser

GNU General Public License v3.0
1 stars 7 forks source link

Added check to add_investigator() to disallow empty strings #115

Closed aobermiller closed 1 year ago

aobermiller commented 1 year ago

Fixes #105

add_investigator() now checks to see if the entry is empty before storing the string. If it is empty, it no longer stores the string.

loganwyas commented 1 year ago

@DragoorByte Before this gets merged, add "Fixes #105" in the description so that the issue automatically gets closed (it doesn't do that if it's only in the title)