Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Theme.lookup method #70

Open
hasii2011 opened this issue Nov 23, 2020 · 0 comments
Open

Fix Theme.lookup method #70

hasii2011 opened this issue Nov 23, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hasii2011
Copy link
Owner

            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
@hasii2011 hasii2011 added the bug Something isn't working label Nov 23, 2020
@hasii2011 hasii2011 added this to the Release 2.90 milestone Nov 23, 2020
@hasii2011 hasii2011 self-assigned this Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant