Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Boom post config has issues with non-strings #39

@cjgrady

Description

@cjgrady

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions