Here, the code correctly casts the appropriate environment variables to integers before overriding the appropriate global variables. However, in case of booleans, no such logic is present, even though there are also boolean-valued variables.
Check if the corresponding global variable should be a boolean, and try to cast the environment variable before assigning the value.
Here, the code correctly casts the appropriate environment variables to integers before overriding the appropriate global variables. However, in case of booleans, no such logic is present, even though there are also boolean-valued variables.
Check if the corresponding global variable should be a boolean, and try to cast the environment variable before assigning the value.