hasii2011 / hasii2011/albow-python-3

Fix Theme.lookup method

Open
#70 0 comments 0 reactions 1 assignee Claimed by @hasii2011 View on GitHub
bug
Dominant language
Python
Stars
10
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```python
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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.