kirienko / gourmet

Gourmet Recipe Manager
GNU General Public License v2.0
29 stars 14 forks source link

Return False instead of raising in getBoolean #326

Closed cydanil closed 3 years ago

cydanil commented 3 years ago

Description

How Has This Been Tested?

This was tested by checking various situations where either True or False was expected, but an exception was raised, leading to further dialogs.
The behaviour of the rest of the application weren't affected as None is not True.

Types of changes

Checklist: