Skip to content

Commit

Permalink
Forgot self.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 30, 2016
1 parent ffa8036 commit 5f14ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/taxonomies.py
Expand Up @@ -327,7 +327,7 @@ def gen_tasks(self):
yield self.group_task()

# for taxonomy in self.site.taxonomy_plugins.values():
for taxonomy in [p.plugin_object for p in site.plugin_manager.getPluginsOfCategory('Taxonomy')]:
for taxonomy in [p.plugin_object for p in self.site.plugin_manager.getPluginsOfCategory('Taxonomy')]:
if not taxonomy.is_enabled():
continue
for lang in self.site.config["TRANSLATIONS"]:
Expand Down

0 comments on commit 5f14ec8

Please sign in to comment.