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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: