Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
ralsina committed Aug 20, 2016
1 parent 8a9441b commit e3563b4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions nikola/plugins/task/indexes.py
Expand Up @@ -192,18 +192,17 @@ def cat_path(i, displayed_i, num_pages, force_addition, extension=None):
'file_dep': deps,
'targets': [output_name],
'actions': [(utils.generic_rss_renderer,
(lang, kw["blog_title"](lang), kw["site_url"],
context["description"], posts, output_name,
kw["feed_teasers"], kw["feed_plain"], kw['feed_length'], feed_url,
_enclosure, kw["feed_links_append_query"]))],
(lang, kw["blog_title"](lang), kw["site_url"],
context["description"], posts, output_name,
kw["feed_teasers"], kw["feed_plain"], kw['feed_length'], feed_url,
_enclosure, kw["feed_links_append_query"]))],

'task_dep': ['render_posts'],
'clean': True,
'uptodate': [utils.config_changed(kw, 'nikola.plugins.indexes')] + deps_uptodate,
}
yield task


if not self.site.config["STORY_INDEX"]:
return
kw = {
Expand Down

0 comments on commit e3563b4

Please sign in to comment.