When Testing for the Existence of Config Data, Use != nil #8
Open
Description
Per @phette23
use
!= nil
instead of!= ''
to test if config data exists
Here's a comment that discusses the boolean logic of these values
We'll need to globally find and replace these tests, carefully and perhaps selectively at first. There are likely associated updates that will need to be made to configuration and data files. See PR #7 for and example.