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
As it is now, if the default for a configuration parameter is not set (i.e., None) and the user tries to set it to None the code thinks that is has a missing parameter.
We need a way to distinguish this. As some level the issue is that the mechanism of definition of configuration parameters through config_options class data doesn't distinguish these cases.
The text was updated successfully, but these errors were encountered:
As it is now, if the default for a configuration parameter is not set (i.e.,
None
) and the user tries to set it toNone
the code thinks that is has a missing parameter.We need a way to distinguish this. As some level the issue is that the mechanism of definition of configuration parameters through config_options class data doesn't distinguish these cases.
The text was updated successfully, but these errors were encountered: