Using False as default value will break setups where the value is not specified and is expected to be True; for example rhpkg will not be able to talk to Brew.
This patch removes the empty value, so that the option is only used when actually specified in config.
Using
Falseas default value will break setups where the value is not specified and is expected to beTrue; for examplerhpkgwill not be able to talk to Brew.This patch removes the empty value, so that the option is only used when actually specified in config.