Skip to content

Remove config dependency injection #225

@briehl

Description

@briehl

Right now this exists:

Path._DATA_DIR = DATA_DIR
Path._META_DIR = META_DIR
Path._CONCIERGE_PATH = CONCIERGE_PATH

Which puts configured values as class variables in the utils.Path class. And that's... a little weird.

This needs a refactor to provide path information that works with the configured values, and not with some class injection.

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