You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BOOL parameter type should accept & convert the strings "on" and "off". With this change, BOOL would support all of the boolean strings that configparser supports.
The
BOOLparameter type should accept & convert the strings "on" and "off". With this change,BOOLwould support all of the boolean strings thatconfigparsersupports.