Bug Fix 11282: config.getini returns an empty list for an option of type string absent in INI file

This commit is contained in:
TanyaAgarwal28 2023-10-11 11:09:43 +05:30
parent b144d05029
commit 073bcf55f0
1 changed files with 3 additions and 0 deletions

View File

@ -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.