getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
71 stars 51 forks source link

Failed in test_themes.py #103

Closed ivanteoh closed 7 years ago

ivanteoh commented 7 years ago

When running scripts/test_themes.py carpet with my new theme (carpet) or any old theme,

I got these error messages,

Traceback (most recent call last):
  File "./scripts/test_themes.py", line 97, in <module>
  sanity_check(a)
  File "./scripts/test_themes.py", line 29, in sanity_check
  themes = utils.get_theme_chain(theme, _themes_dir='v7')
TypeError: get_theme_chain() got an unexpected keyword argument '_themes_dir'

Any advise on how to resolve this? Thanks.

ivanteoh commented 7 years ago

Resolve in https://github.com/getnikola/nikola-themes/pull/104