Bug Fix 11282: config.getini returns an empty list for an option of type string absent in INI file
This commit is contained in:
parent
b144d05029
commit
073bcf55f0
|
@ -0,0 +1,3 @@
|
|||
Return "None" as the default value if "None" or no default value if provided by the developer.
|
||||
In this approach, existing calls to the config.getini() function would need to check for "None"
|
||||
values.
|
Loading…
Reference in New Issue