Skip to content

Fix Theme.lookup method #70

@hasii2011

Description

@hasii2011
            except AttributeError:
                base_theme = self.base
                if base_theme:
                    # TODO problem here;  No such method .lookup
                    return base_theme.lookup(cls, name)
                else:
                    raise ThemeError

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions