A split of an empty string will return a list of [''] and return this for the assignment. So the default '' value will not set this as None but rather a single empty string.
Fixes #1856
Type of change
Please delete options that are not relevant.
[X] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
User verified.
Test Configuration:
Checklist:
[X] I have based this change on the nightly branch
[X] I have performed a self-review of my own code
[X] New and existing unit tests pass locally with my changes
Thanks @BradKollmyer
Description
A split of an empty string will return a list of [''] and return this for the assignment. So the default '' value will not set this as
None
but rather a single empty string.Fixes #1856
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
User verified.
Test Configuration:
Checklist: