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
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
Configuration options that are non-strings are failing. I have updated boom post to cast everything to string but it would be much better if we didn't have to.
This seems to be a change for python 3. We should probably update our Config class in LmCommon.common.config to be a direct subclass of ConfigParser and to override the set method to ensure all values are strings. It may also be beneficial to create our own base config class with the updated set method and have a default ServerConfig class that adds the default configuration files that are used by our current Config class.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Configuration options that are non-strings are failing. I have updated boom post to cast everything to string but it would be much better if we didn't have to.
This seems to be a change for python 3. We should probably update our Config class in LmCommon.common.config to be a direct subclass of ConfigParser and to override the set method to ensure all values are strings. It may also be beneficial to create our own base config class with the updated set method and have a default ServerConfig class that adds the default configuration files that are used by our current Config class.
The text was updated successfully, but these errors were encountered: