From 073bcf55f0feb6ee899f98da70a84f5f186e1a91 Mon Sep 17 00:00:00 2001 From: TanyaAgarwal28 <8979149361t@gmail.com> Date: Wed, 11 Oct 2023 11:09:43 +0530 Subject: [PATCH] Bug Fix 11282: config.getini returns an empty list for an option of type string absent in INI file --- changelog/11282.bugfix.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/11282.bugfix.rst diff --git a/changelog/11282.bugfix.rst b/changelog/11282.bugfix.rst new file mode 100644 index 000000000..c8ee78de5 --- /dev/null +++ b/changelog/11282.bugfix.rst @@ -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.