Skip to content

self.config is not an attribute of Config #14

@dkuang1980

Description

@dkuang1980
     63     """
     64     Get configured storage backend instance.
     65 
   (...)
     70         StorageBackendNotFoundError: If specified backend type is not supported
     71     """
---> 73     backend_type: str = self.config["storage_backend"]
     75     if backend_type == "file":
     76         return FileStorage(base_path=self.BASE_DIRECTORY)

AttributeError: 'Config' object has no attribute 'config'``````

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions